Share via


CustomObject.GetProperty(String) Method

Definition

Retrieves a property from the CustomObject.

public:
 System::Object ^ GetProperty(System::String ^ property);
public object GetProperty (string property);
member this.GetProperty : string -> obj
Public Function GetProperty (property As String) As Object

Parameters

property
String

The name of the property to retrieve.

Returns

The property's value.

Applies to