ManagedInstance.PostCreate(Object) Method

Definition

Sets the ID property of the base type to the execution result.

protected:
 override void PostCreate(System::Object ^ executionResult);
protected override void PostCreate (object executionResult);
override this.PostCreate : obj -> unit
Protected Overrides Sub PostCreate (executionResult As Object)

Parameters

executionResult
Object

The result of the create action.

Applies to