Share via


PropertyStore.ContainsBoolean Method

Indicates whether a property contains a Boolean value.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Function ContainsBoolean ( _
    propertyIndex As Integer _
) As Boolean
'Usage
Dim instance As PropertyStore
Dim propertyIndex As Integer
Dim returnValue As Boolean

returnValue = instance.ContainsBoolean(propertyIndex)
public bool ContainsBoolean(
    int propertyIndex
)
public:
virtual bool ContainsBoolean(
    int propertyIndex
) sealed
abstract ContainsBoolean : 
        propertyIndex:int -> bool 
override ContainsBoolean : 
        propertyIndex:int -> bool 
public final function ContainsBoolean(
    propertyIndex : int
) : boolean

Parameters

Return Value

Type: System.Boolean
A Boolean value.

Implements

IPropertyStore.ContainsBoolean(Int32)