AsyncCodeActivity.Implementation Property
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.
Gets null
or throws an error when there is an attempt to set the value of this property.
protected:
property Func<System::Activities::Activity ^> ^ Implementation { Func<System::Activities::Activity ^> ^ get(); void set(Func<System::Activities::Activity ^> ^ value); };
[System.Runtime.Serialization.IgnoreDataMember]
protected override sealed Func<System.Activities.Activity> Implementation { get; set; }
[<System.Runtime.Serialization.IgnoreDataMember>]
member this.Implementation : Func<System.Activities.Activity> with get, set
Protected Overrides NotOverridable Property Implementation As Func(Of Activity)
Property Value
An activity function.
- Attributes
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.