SiteInfo.State Property

 

Namespace:   Microsoft.Web.Management.Server
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)

Syntax

public ObjectState State { get; }
public:
property ObjectState State {
    ObjectState get();
}
member State : ObjectState with get
Public ReadOnly Property State As ObjectState

Property Value

Type: Microsoft.Web.Administration.ObjectState

See Also

SiteInfo Class
Microsoft.Web.Management.Server Namespace

Return to top