ChangedSite.SiteId property

Gets the site identifier.

Namespace:  Microsoft.SharePoint.Client.Taxonomy
Assembly:  Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)

Syntax

'Declaration
Public ReadOnly Property SiteId As Guid
    Get
'Usage
Dim instance As ChangedSite
Dim value As Guid

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

Property value

Type: System.Guid
Returns Guid.

See also

Reference

ChangedSite class

ChangedSite members

Microsoft.SharePoint.Client.Taxonomy namespace