C#C++F#VB
CloudTableClient.DefaultRequestOptions PropertyCloudTableClient::DefaultRequestOptions PropertyCloudTableClient.DefaultRequestOptions PropertyCloudTableClient.DefaultRequestOptions Property
Gets or sets the default request options for requests made via the Table service client.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property TableRequestOptions^ DefaultRequestOptions { TableRequestOptions^ get(); void set(TableRequestOptions^ value); }