Gets or sets the parsing state for this ChannelBase object.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual IChannelParsingState State { get; set; }
Public Overridable Property State As IChannelParsingState Get Set
public: virtual property IChannelParsingState^ State { IChannelParsingState^ get (); void set (IChannelParsingState^ value); }