TableRequestOptions.ProjectSystemProperties Property (Microsoft.WindowsAzure.Storage.Table)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
TableRequestOptions.ProjectSystemProperties Property
TableRequestOptions::ProjectSystemProperties Property
TableRequestOptions.ProjectSystemProperties Property
TableRequestOptions.ProjectSystemProperties Property
Gets or sets the option to include system properties such as Partition Key and Row Key in queries.
Namespace:
Microsoft.WindowsAzure.Storage.Table
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property Nullable<bool> ProjectSystemProperties {
Nullable<bool> get();
void set(Nullable<bool> value);
}
Property Value
Type:
System.Nullable<Boolean>System::Nullable<Boolean>System.Nullable<Boolean>System.Nullable(Of Boolean)
Return to top
Gets or sets the option to include system properties such as Partition Key and Row Key in queries.
Syntax
C++
public: property Nullable<bool> ProjectSystemProperties { Nullable<bool> get(); void set(Nullable<bool> value); }