public virtual IChannelParsingState? State { get; set; }Public Overridable Property State As IChannelParsingState
Get
Setpublic:
virtual property IChannelParsingState^ State {
IChannelParsingState^ get ();
void set (IChannelParsingState^ value);
}function get_State();
function set_State(value);