EntityProperty.GeneratePropertyForLong Method

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

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

Usage

'Usage
Dim input As Long
Dim returnValue As EntityProperty

returnValue = EntityProperty.GeneratePropertyForLong(input)

Syntax

'Declaration
Public Shared Function GeneratePropertyForLong ( _
    input As Long _
) As EntityProperty
public static EntityProperty GeneratePropertyForLong (
    long input
)
public:
static EntityProperty^ GeneratePropertyForLong (
    long long input
)
public static EntityProperty GeneratePropertyForLong (
    long input
)
public static function GeneratePropertyForLong (
    input : long
) : EntityProperty

Parameters

Return Value

A new EntityProperty of the Int64 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