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