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