NamespaceDescription.EventHubEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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