NativeActivityUpdateMapMetadata.SaveOriginalValue 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.
Indicates the object to save the original value for the current activity.
Overloads
SaveOriginalValue(Activity, Object) |
Indicates the object to save the original value for the current activity. |
SaveOriginalValue(String, Object) |
Indicates the object to save the original value for the current activity. |
SaveOriginalValue(Activity, Object)
Indicates the object to save the original value for the current activity.
public:
void SaveOriginalValue(System::Activities::Activity ^ updatedChildActivity, System::Object ^ originalValue);
public void SaveOriginalValue (System.Activities.Activity updatedChildActivity, object originalValue);
member this.SaveOriginalValue : System.Activities.Activity * obj -> unit
Public Sub SaveOriginalValue (updatedChildActivity As Activity, originalValue As Object)
Parameters
- updatedChildActivity
- Activity
The updated child activity.
- originalValue
- Object
The original value.
Applies to
SaveOriginalValue(String, Object)
Indicates the object to save the original value for the current activity.
public:
void SaveOriginalValue(System::String ^ propertyName, System::Object ^ originalValue);
public void SaveOriginalValue (string propertyName, object originalValue);
member this.SaveOriginalValue : string * obj -> unit
Public Sub SaveOriginalValue (propertyName As String, originalValue As Object)
Parameters
- propertyName
- String
The property name.
- originalValue
- Object
The original value.