Share via


IPropertyStore.ContainsObject Method

Indicates whether the property at the specified index contains an object value.

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

Syntax

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

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

Parameters

Return Value

Type: System.Boolean
A Boolean value.