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