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

Gets or sets the list that is rendered when SPMobileComponent represents a list.

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

Syntaxe

'Déclaration
Public Overridable Property List As SPList
'Utilisation
Dim instance As SPMobileComponent
Dim value As SPList

value = instance.List

instance.List = value
public virtual SPList List { get; set; }

Valeur de la propriété

An SPList object that represents the list.

Notes

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

Voir aussi

Référence

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