NamespaceDescription.EventHubEnabled Property

Definition

Specifies whether the Event Hub is enabled.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="EventHubEnabled", Order=205)]
public bool EventHubEnabled { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="EventHubEnabled", Order=205)>]
member this.EventHubEnabled : bool with get, set
Public Property EventHubEnabled As Boolean

Property Value

true if the Event Hub is enabled; otherwise, false.

Attributes

Applies to