SiteInfo.RuntimeState Property
Namespace: Microsoft.Web.Management.Server
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
Syntax
public ObjectState RuntimeState { get; }
public:
property ObjectState RuntimeState {
ObjectState get();
}
member RuntimeState : ObjectState with get
Public ReadOnly Property RuntimeState As ObjectState
Property Value
Type: Microsoft.Web.Administration.ObjectState
See Also
SiteInfo Class
Microsoft.Web.Management.Server Namespace
Return to top