'Declaration
Protected Property State As TcpChannelState
'Usage
Dim 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); }