OrganizationResponse.ResponseName Property

Definition

Gets or sets the name of the response.

public:
 property System::String ^ ResponseName { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string ResponseName { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ResponseName : string with get, set
Public Property ResponseName As String

Property Value

The name of the response.

Attributes

Remarks

The response name is the same as the request name. For more information, see RequestName

Applies to