SPSiteLookupInfo.SiteId property
Gets or sets the GUID of the site collection.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property SiteId As Guid
Get
Set
'Usage
Dim instance As SPSiteLookupInfo
Dim value As Guid
value = instance.SiteId
instance.SiteId = value
[DataMemberAttribute]
public Guid SiteId { get; set; }
Property value
Type: System.Guid
Guid
The GUID of the site collection.