Share via


Command.Title Property

Definition

Gets or sets the title of the command.

public:
 property System::String ^ Title { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(Name="title")]
public string Title { get; set; }
[System.Runtime.Serialization.DataMember(Name="title")]
[Newtonsoft.Json.JsonProperty(Required=Newtonsoft.Json.Required.Always)]
public string Title { get; set; }
[<System.Runtime.Serialization.DataMember(Name="title")>]
member this.Title : string with get, set
[<System.Runtime.Serialization.DataMember(Name="title")>]
[<Newtonsoft.Json.JsonProperty(Required=Newtonsoft.Json.Required.Always)>]
member this.Title : string with get, set
Public Property Title As String

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to