ManagedInstance.PostCreate(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.
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.