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