EntityProperty.GeneratePropertyForGuid Method

Creates a new EntityProperty object that represents the specified Guid value.

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

Usage

'Usage
Dim input As Guid
Dim returnValue As EntityProperty

returnValue = EntityProperty.GeneratePropertyForGuid(input)

Syntax

'Declaration
Public Shared Function GeneratePropertyForGuid ( _
    input As Guid _
) As EntityProperty
public static EntityProperty GeneratePropertyForGuid (
    Guid input
)
public:
static EntityProperty^ GeneratePropertyForGuid (
    Guid input
)
public static EntityProperty GeneratePropertyForGuid (
    Guid input
)
public static function GeneratePropertyForGuid (
    input : Guid
) : EntityProperty

Parameters

Return Value

A new EntityProperty of the Guid type.

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 and Windows Server 2008

Target Platforms

See Also

Reference

EntityProperty Class
EntityProperty Members
Microsoft.WindowsAzure.Storage.Table Namespace