Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of identities that are used to populate the subscription.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property Identities As IList(Of Identity)
Get
'Usage
Dim instance As ISubscription
Dim value As IList(Of Identity)
value = instance.Identities
IList<Identity> Identities { get; }
Property Value
Type: System.Collections.Generic.IList<Identity>
The collection of identities.