| 
            
              IHeaderCellCharacter Property
             | 
          
        
        
            Gets or sets ASCII character as a 
Byte that represents this 
IHeaderCell.
            
 
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
Syntaxbyte Character { get; set; }Property Character As Byte
	Get
	Set
property unsigned char Character {
	unsigned char get ();
	void set (unsigned char value);
}abstract Character : byte with get, set
function get_Character();
function set_Character(value);
 View SourceProperty Value
Byte
See Also