SPMobileComponent.ListId, propriété (Microsoft.SharePoint.MobileControls)

Gets or sets the ID of the object in the List property.

Espace de noms : Microsoft.SharePoint.MobileControls
Assembly : Microsoft.SharePoint (dans microsoft.sharepoint.dll)

Syntaxe

'Déclaration
Public Overridable Property ListId As Guid
'Utilisation
Dim instance As SPMobileComponent
Dim value As Guid

value = instance.ListId

instance.ListId = value
public virtual Guid ListId { get; set; }

Valeur de la propriété

An Int32 that represents the ID of the SPList object in the List property.

Notes

In the default implementation, when SPMobileComponent represents a field or some other entity that is not a list, ListId is the ID of the current list. If there is no current list, ListId is the value of the ListId property of the parent control.

Voir aussi

Référence

SPMobileComponent, classe
Membres SPMobileComponent
Microsoft.SharePoint.MobileControls, espace de noms