ObjectPropertyData.Initialize(Object) Method

Definition

Initializes the property of an object.

public:
 void Initialize(System::Object ^ dataObject);
public void Initialize (object dataObject);
member this.Initialize : obj -> unit
Public Sub Initialize (dataObject As Object)

Parameters

dataObject
Object

An Object method that represents the data.

Applies to