ObjectPropertyData.Initialize(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)