EntityProperty Constructor (Guid)
Initializes a new instance of the EntityProperty class by using the Guid value of the property.
Namespace: Microsoft.WindowsAzure.Storage.Table
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
'Usage
Dim input As Guid
Dim instance As New EntityProperty(input)
Syntax
'Declaration
Public Sub New ( _
input As Guid _
)
public EntityProperty (
Guid input
)
public:
EntityProperty (
Guid input
)
public EntityProperty (
Guid input
)
public function EntityProperty (
input : Guid
)
Parameters
- input
The value for the new EntityProperty.
Platforms
Development Platforms
Windows Vista, Windows 7 and Windows Server 2008
Target Platforms
See Also
Reference
EntityProperty Class
EntityProperty Members
Microsoft.WindowsAzure.Storage.Table Namespace