Change.SiteId - Propriété
Gets a value that identifies the site that contains the changed object.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property SiteId As Guid
Get
'Utilisation
Dim instance As Change
Dim value As Guid
value = instance.SiteId
public Guid SiteId { get; }
Valeur de propriété
Type : System.Guid
Returns a Guid instance representing the identification of the site that contains the changed object.