HybridConnection.SendKeyName Property

Definition

Gets or sets the name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.sendKeyName")]
public string SendKeyName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.sendKeyName")>]
member this.SendKeyName : string with get, set
Public Property SendKeyName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to