GraphCommand.OutputFormat Property
Namespace: Microsoft.Azure.Graphs
Assembly: Microsoft.Azure.Graphs (in Microsoft.Azure.Graphs.dll)
Syntax
public OutputFormat OutputFormat { get; set; }
public:
property OutputFormat OutputFormat {
OutputFormat get();
void set(OutputFormat value);
}
Public Property OutputFormat As OutputFormat
Property Value
Type: Microsoft.Azure.Graphs.OutputFormat
See Also
GraphCommand Class
Microsoft.Azure.Graphs Namespace
Return to top