TableRequestOptions.PayloadFormat Property (Microsoft.WindowsAzure.Storage.Table)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
TableRequestOptions.PayloadFormat Property
TableRequestOptions::PayloadFormat Property
TableRequestOptions.PayloadFormat Property
TableRequestOptions.PayloadFormat Property
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
C++
public:
property Nullable<TablePayloadFormat> PayloadFormat {
Nullable<TablePayloadFormat> get();
void set(Nullable<TablePayloadFormat> value);
}
Property Value
Type:
System.Nullable<TablePayloadFormat>System::Nullable<TablePayloadFormat>System.Nullable<TablePayloadFormat>System.Nullable(Of TablePayloadFormat)A TablePayloadFormat enumeration value.
Return to top
Gets or sets the TablePayloadFormat that will be used for the request.
Syntax
C++
public: property Nullable<TablePayloadFormat> PayloadFormat { Nullable<TablePayloadFormat> get(); void set(Nullable<TablePayloadFormat> value); }
Property Value
Type: System.Nullable<TablePayloadFormat>System::Nullable<TablePayloadFormat>System.Nullable<TablePayloadFormat>System.Nullable(Of TablePayloadFormat)A TablePayloadFormat enumeration value.