EntityProperty.GeneratePropertyForBool Method

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

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

Usage

'Usage
Dim input As Boolean
Dim returnValue As EntityProperty

returnValue = EntityProperty.GeneratePropertyForBool(input)

Syntax

'Declaration
Public Shared Function GeneratePropertyForBool ( _
    input As Boolean _
) As EntityProperty
public static EntityProperty GeneratePropertyForBool (
    bool input
)
public:
static EntityProperty^ GeneratePropertyForBool (
    bool input
)
public static EntityProperty GeneratePropertyForBool (
    boolean input
)
public static function GeneratePropertyForBool (
    input : boolean
) : EntityProperty

Parameters

Return Value

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