IChannelParsingState? State { get; set; }
Property State As IChannelParsingState
Get
Set
property IChannelParsingState^ State {
IChannelParsingState^ get ();
void set (IChannelParsingState^ value);
}
function get_State();
function set_State(value);