DynamicUpdateInfo.SetOriginalDefinition(Object, Activity) 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 original definition for the DynamicUpdateInfo.
public:
static void SetOriginalDefinition(System::Object ^ instance, System::Activities::Activity ^ originalDefinition);
public static void SetOriginalDefinition (object instance, System.Activities.Activity originalDefinition);
static member SetOriginalDefinition : obj * System.Activities.Activity -> unit
Public Shared Sub SetOriginalDefinition (instance As Object, originalDefinition As Activity)
Parameters
- instance
- Object
The instance of the specified object.
- originalDefinition
- Activity
The original definition to be set.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.