Share via


Source.SiteId property

Gets or sets a unique identifier for the site if the source is a SharePoint web site.

Namespace:  Microsoft.Office.Server.Discovery
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Property SiteId As Guid
    Get
    Set
'Usage
Dim instance As Source
Dim value As Guid

value = instance.SiteId

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

Property value

Type: System.Guid

See also

Reference

Source class

Source members

Microsoft.Office.Server.Discovery namespace