Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The site id of the SPSite object to which the specified url belongs.
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 SPSiteMultiUrlLookupInfo
Dim value As Guid
value = instance.SiteId
instance.SiteId = value
[DataMemberAttribute]
public Guid SiteId { get; set; }
Property value
Type: System.Guid
See also
Reference
SPSiteMultiUrlLookupInfo class