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