SiteInfo.Id Property

 

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

Syntax

public uint Id { get; }
public:
property unsigned int Id {
    unsigned int get();
}
member Id : uint32 with get
Public ReadOnly Property Id As UInteger

Property Value

Type: System.UInt32

See Also

SiteInfo Class
Microsoft.Web.Management.Server Namespace

Return to top