Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets or sets the TablePayloadFormat that will be used for the request.

Namespace:   Microsoft.WindowsAzure.Storage.Table
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

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