'Declaration
Public ReadOnly Property State As ServiceHostState
'Usage
Dim instance As ServiceHost Dim value As ServiceHostState value = instance.State
public ServiceHostState State {get;}
public: property ServiceHostState State { ServiceHostState get(); }