GraphCommand.CommandText Property

 

Namespace:   Microsoft.Azure.Graphs
Assembly:  Microsoft.Azure.Graphs (in Microsoft.Azure.Graphs.dll)

Syntax

public string CommandText { get; set; }
public:
property String^ CommandText {
    String^ get();
    void set(String^ value);
}
Public Property CommandText As String

Property Value

Type: System.String

See Also

GraphCommand Class
Microsoft.Azure.Graphs Namespace

Return to top