Share via


IPropertyStore.GetObject Method (Int32)

Gets an object property.

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

Syntax

'Declaration
Function GetObject ( _
    propertyIndex As Integer _
) As Object
'Usage
Dim instance As IPropertyStore
Dim propertyIndex As Integer
Dim returnValue As Object

returnValue = instance.GetObject(propertyIndex)
Object GetObject(
    int propertyIndex
)
Object^ GetObject(
    int propertyIndex
)
abstract GetObject : 
        propertyIndex:int -> Object 
function GetObject(
    propertyIndex : int
) : Object

Parameters

Return Value

Type: System.Object
An object.