Office365Tenant.ExcludedFileExtensionsForSyncClient - Propriété
Espace de noms : Microsoft.Online.SharePoint.TenantManagement
Assembly : Microsoft.Online.SharePoint.Client.Tenant (dans Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntaxe
'Déclaration
Public Property ExcludedFileExtensionsForSyncClient As IList(Of String)
Get
Set
'Utilisation
Dim instance As Office365Tenant
Dim value As IList(Of String)
value = instance.ExcludedFileExtensionsForSyncClient
instance.ExcludedFileExtensionsForSyncClient = value
public IList<string> ExcludedFileExtensionsForSyncClient { get; set; }
Valeur de propriété
Type : System.Collections.Generic.IList<String>
Voir aussi
Référence
Microsoft.Online.SharePoint.TenantManagement - Espace de noms