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