DataFormWebPart.ListId - Propriété
Obtient ou définit l'identificateur global unique (GUID) de l' SPList associé à l' DataFormWebPart.
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property ListId As Guid
Get
Set
'Utilisation
Dim instance As DataFormWebPart
Dim value As Guid
value = instance.ListId
instance.ListId = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public Guid ListId { get; set; }
Valeur de propriété
Type : System.Guid
Le GUID de l' SPList associé à l' DataFormWebPart.
Implémentations
Remarques
La propriété Listname() est définie à une représentation de chaîne de la valeur à laquelle cette propriété est définie.