TableRequestOptions.PayloadFormat Property

Windows Runtime Azure Storage Client Library

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)

Usage

Visual Basic
Dim instance As TableRequestOptions
Dim value As Nullable(Of TablePayloadFormat)

value = instance.PayloadFormat

instance.PayloadFormat = value

Syntax

Visual Basic
Public Property PayloadFormat As Nullable(Of TablePayloadFormat)
C#
public Nullable<TablePayloadFormat> PayloadFormat { get; set; }
C++
public:
property Nullable<TablePayloadFormat> PayloadFormat {
	Nullable<TablePayloadFormat> get ();
	void set (Nullable<TablePayloadFormat> value);
}
J#
/** @property */
public Nullable<TablePayloadFormat> get_PayloadFormat ()

/** @property */
public void set_PayloadFormat (Nullable<TablePayloadFormat> value)
JScript
public function get PayloadFormat () : Nullable<TablePayloadFormat>

public function set PayloadFormat (value : Nullable<TablePayloadFormat>)

Property Value

A TablePayloadFormat enumeration value.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also