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.
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.