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.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property Nullable<bool> ProjectSystemProperties { Nullable<bool> get(); void set(Nullable<bool> value); }