'DeclarationProtected Property State As TcpChannelState
'UsageDim instance As UaSCUaBinaryChannel Dim value As TcpChannelState instance.State = value value = instance.State
protected TcpChannelState State {get; set;}
protected: property TcpChannelState State { TcpChannelState get(); void set ( TcpChannelState value); }