TestOrganizationRelationshipResult.Description Property
Namespace: Microsoft.Exchange.Management.Sharing
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property Description As LocalizedString
Get
Set
'Usage
Dim instance As TestOrganizationRelationshipResult
Dim value As LocalizedString
value = instance.Description
instance.Description = value
public LocalizedString Description { get; set; }