SPWebInfoUsageEntry.SiteId property

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property SiteId As Nullable(Of Guid)
    Get
    Set
'Usage
Dim instance As SPWebInfoUsageEntry
Dim value As Nullable(Of Guid)

value = instance.SiteId

instance.SiteId = value
public Nullable<Guid> SiteId { get; set; }

Property value

Type: System.Nullable<Guid>

See also

Reference

SPWebInfoUsageEntry class

SPWebInfoUsageEntry members

Microsoft.SharePoint.Administration namespace