SPList.HasExternalDataSource - Propriété
Gets a value that indicates whether the list has an external data source.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property HasExternalDataSource As Boolean
Get
Friend Set
'Utilisation
Dim instance As SPList
Dim value As Boolean
value = instance.HasExternalDataSource
public bool HasExternalDataSource { get; internal set; }
Valeur de propriété
Type : System.Boolean
true if the list has an external data source; otherwise false.