Compartilhar via


Office365Tenant.ExcludedFileExtensionsForSyncClient propriedade

Namespace:  Microsoft.Online.SharePoint.TenantManagement
Assembly:  Microsoft.Online.SharePoint.Client.Tenant (em Microsoft.Online.SharePoint.Client.Tenant.dll)

Sintaxe

'Declaração
Public Property ExcludedFileExtensionsForSyncClient As IList(Of String)
    Get
    Set
'Uso
Dim instance As Office365Tenant
Dim value As IList(Of String)

value = instance.ExcludedFileExtensionsForSyncClient

instance.ExcludedFileExtensionsForSyncClient = value
public IList<string> ExcludedFileExtensionsForSyncClient { get; set; }

Valor de propriedade

Tipo: System.Collections.Generic.IList<String>

Ver também

Referência

Office365Tenant classe

Office365Tenant membros

Microsoft.Online.SharePoint.TenantManagement namespace