ADMobileVirtualDirectory.RemoteDocumentsInternalDomainSuffixList Property

Namespace:  Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property RemoteDocumentsInternalDomainSuffixList As MultiValuedProperty(Of String)
    Get
    Set
'Usage
Dim instance As ADMobileVirtualDirectory
Dim value As MultiValuedProperty(Of String)

value = instance.RemoteDocumentsInternalDomainSuffixList

instance.RemoteDocumentsInternalDomainSuffixList = value
public MultiValuedProperty<string> RemoteDocumentsInternalDomainSuffixList { get; set; }