Share via


ISubscription.Enabled Property

Gets or sets whether the subscription 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 ISubscription
Dim value As Boolean

value = instance.Enabled

instance.Enabled = value
bool Enabled { get; set; }

Property Value

Type: System.Boolean
true if enabled; otherwise, false.

See Also

Reference

ISubscription Interface

ISubscription Members

Microsoft.BusinessData.Offlining Namespace