SourceValidation.SiteId property

Gets and sets the ID of an SPSite object for a SourceValidation object.

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 SourceValidation
Dim value As Guid

value = instance.SiteId

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

Property value

Type: System.Guid

See also

Reference

SourceValidation class

SourceValidation members

Microsoft.Office.Server.Discovery namespace