EntityProperty.GeneratePropertyForInt Method

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

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

Usage

'Usage
Dim input As Integer
Dim returnValue As EntityProperty

returnValue = EntityProperty.GeneratePropertyForInt(input)

Syntax

'Declaration
Public Shared Function GeneratePropertyForInt ( _
    input As Integer _
) As EntityProperty
public static EntityProperty GeneratePropertyForInt (
    int input
)
public:
static EntityProperty^ GeneratePropertyForInt (
    int input
)
public static EntityProperty GeneratePropertyForInt (
    int input
)
public static function GeneratePropertyForInt (
    input : int
) : EntityProperty

Parameters

Return Value

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