|   | ChannelParsingStateBaseParsedBinaryLength Property | 
        
        
            Gets or sets the length of the associated 
IChannel object being parsed from the binary image.
            
 GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic virtual int ParsedBinaryLength { get; set; }Public Overridable Property ParsedBinaryLength As Integer
	Get
	Set
public:
virtual property int ParsedBinaryLength {
	int get ();
	void set (int value);
}abstract ParsedBinaryLength : int with get, set
override ParsedBinaryLength : int with get, set
function get_ParsedBinaryLength();
function set_ParsedBinaryLength(value);
Property Value
Int32Implements
IChannelParsingStateParsedBinaryLength See Also
See Also