ADOwaVirtualDirectory.RemoteDocumentsActionForUnknownServers Property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute> _
Public Property RemoteDocumentsActionForUnknownServers As Nullable(Of RemoteDocumentsActions)
Get
Set
'Usage
Dim instance As ADOwaVirtualDirectory
Dim value As Nullable(Of RemoteDocumentsActions)
value = instance.RemoteDocumentsActionForUnknownServers
instance.RemoteDocumentsActionForUnknownServers = value
[ParameterAttribute]
public Nullable<RemoteDocumentsActions> RemoteDocumentsActionForUnknownServers { get; set; }
Property Value
Type: System.Nullable<RemoteDocumentsActions>
Returns Nullable<T>.