AggregationSubscriptionIdParameter.IIdentityParameter.RawIdentity Property

Gets the identifier for the subscription.

Namespace:  Microsoft.Exchange.Configuration.Tasks
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
Private ReadOnly Property RawIdentity As String
    Implements IIdentityParameter.RawIdentity
    Get
'Usage
Dim instance As AggregationSubscriptionIdParameter
Dim value As String

value = CType(instance, IIdentityParameter).RawIdentity
string IIdentityParameter.RawIdentity { get; }

Property Value

Type: System.String
The raw identifier for the subscription.

Implements

IIdentityParameter.RawIdentity