ChangeView.ListId - Propriété
Obtient une collection de paires clé/valeur contenant les noms et les valeurs des champs.
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 ListId As Guid
Get
'Utilisation
Dim instance As ChangeView
Dim value As Guid
value = instance.ListId
public Guid ListId { get; }
Valeur de propriété
Type : System.Guid
Renvoie un Guid. instance représentant la liste qui contient la vue modifiée.
Exceptions
Exception | Condition |
---|---|
[System.NotSupportedException] | L'identificateur de liste dans l'élément de champs de modification de la collection de modification est une référence Null (Rien dans Visual Basic). Code d'erreur : -1. |