EntityProperty Constructor (Boolean)
Initializes a new instance of the EntityProperty class by using the Boolean value of the property.
Namespace: Microsoft.WindowsAzure.Storage.Table
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
'Usage
Dim input As Boolean
Dim instance As New EntityProperty(input)
Syntax
'Declaration
Public Sub New ( _
input As Boolean _
)
public EntityProperty (
bool input
)
public:
EntityProperty (
bool input
)
public EntityProperty (
boolean input
)
public function EntityProperty (
input : boolean
)
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