Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

 
public Nullable<bool> ProjectSystemProperties { get; set; }
 
public:
property Nullable<bool> ProjectSystemProperties {
	Nullable<bool> get();
	void set(Nullable<bool> value);
}
 
member ProjectSystemProperties : Nullable<bool> with get, set
 
Public Property ProjectSystemProperties As Nullable(OfBoolean)
Return to top