EnableRequest.ReceiverName Property

Definition

Gets or sets the name of the receiver to resubscribe.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to