EntityProperty Constructor

Windows Runtime Azure Storage Client Library

Initializes a new instance of the EntityProperty class by using the String value of the property.

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

Usage

Visual Basic
Dim input As String

Dim instance As New EntityProperty(input)

Syntax

Visual Basic
Public Sub New ( _
	input As String _
)
C#
public EntityProperty (
	string input
)
C++
public:
EntityProperty (
	String^ input
)
J#
public EntityProperty (
	String input
)
JScript
public function EntityProperty (
	input : String
)

Parameters

input

The value for the new EntityProperty.

Remarks


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