InboxRule.RuleIdentity Property

Namespace:  Microsoft.Exchange.Management.RecipientTasks
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
Public ReadOnly Property RuleIdentity As Nullable(Of ULong)
    Get
'Usage
Dim instance As InboxRule
Dim value As Nullable(Of ULong)

value = instance.RuleIdentity
public Nullable<ulong> RuleIdentity { get; }

Property Value

Type: System.Nullable<UInt64>