Share via


IPropertyStore.GetBoolean Method

Gets the value of a Boolean property.

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

Syntax

'Declaration
Function GetBoolean ( _
    propertyIndex As Integer _
) As Boolean
'Usage
Dim instance As IPropertyStore
Dim propertyIndex As Integer
Dim returnValue As Boolean

returnValue = instance.GetBoolean(propertyIndex)
bool GetBoolean(
    int propertyIndex
)
bool GetBoolean(
    int propertyIndex
)
abstract GetBoolean : 
        propertyIndex:int -> bool 
function GetBoolean(
    propertyIndex : int
) : boolean

Parameters

Return Value

Type: System.Boolean
A Boolean value.