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
See Also