MigrationEndpoint.Security property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public Property Security As Nullable(Of IMAPSecurityMechanism)
Get
Set
'Usage
Dim instance As MigrationEndpoint
Dim value As Nullable(Of IMAPSecurityMechanism)
value = instance.Security
instance.Security = value
public Nullable<IMAPSecurityMechanism> Security { get; set; }
Property value
Type: System.Nullable<IMAPSecurityMechanism>