Subscription.ID property
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ID As IDictionary(Of String, Object)
Get
'Usage
Dim instance As Subscription
Dim value As IDictionary(Of String, Object)
value = instance.ID
public IDictionary<string, Object> ID { get; }
Property value
Type: System.Collections.Generic.IDictionary<String, Object>