Share via


PropertyStore.GetObject Method (Int32)

Gets an object property.

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

Syntax

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

returnValue = instance.GetObject(propertyIndex)
public Object GetObject(
    int propertyIndex
)
public:
virtual Object^ GetObject(
    int propertyIndex
) sealed
abstract GetObject : 
        propertyIndex:int -> Object 
override GetObject : 
        propertyIndex:int -> Object 
public final function GetObject(
    propertyIndex : int
) : Object

Parameters

Return Value

Type: System.Object
An object.

Implements

IPropertyStore.GetObject(Int32)