Share via


RequestBase.Flags Property

Namespace:  Microsoft.Exchange.MailboxReplicationService
Assembly:  Microsoft.Exchange.MailboxReplicationService.Common (in Microsoft.Exchange.MailboxReplicationService.Common.dll)

Syntax

'Declaration
Public Property Flags As RequestFlags
    Get
    Private Set
'Usage
Dim instance As RequestBase
Dim value As RequestFlags

value = instance.Flags
public RequestFlags Flags { get; private set; }