ExecuteCommandOptions.Commands Property

Definition

Gets or sets the commands that are to be executed on the server.

public:
 property cli::array <System::String ^> ^ Commands { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
[System.Runtime.Serialization.DataMember(Name="commands")]
public string[] Commands { get; set; }
[<System.Runtime.Serialization.DataMember(Name="commands")>]
member this.Commands : string[] with get, set
Public Property Commands As String()

Property Value

String[]
Attributes

Applies to