MailboxAssociationPresentationObject.LegacyDn property
Namespace: Microsoft.Exchange.Management.Tasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property LegacyDn As String
Get
Set
'Usage
Dim instance As MailboxAssociationPresentationObject
Dim value As String
value = instance.LegacyDn
instance.LegacyDn = value
public string LegacyDn { get; set; }
Property value
Type: System.String
See also
Reference
MailboxAssociationPresentationObject class