Share via


SPSiteMultiUrlLookupInfo.SiteId property

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

SPSiteMultiUrlLookupInfo members

Microsoft.SharePoint.Administration namespace