ISubscriptionQuery.Enabled Property
Gets or sets whether the subscription query is enabled.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Property Enabled As Boolean
Get
Set
'Usage
Dim instance As ISubscriptionQuery
Dim value As Boolean
value = instance.Enabled
instance.Enabled = value
bool Enabled { get; set; }
Property Value
Type: System.Boolean
true if enabled; otherwise, false.
Examples
Code Snippet: Update Properties of a BCS Cache Subscription