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