ActivityBuilder.SetPropertyReference 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 a value for the specified attachable property in the specified store.
public:
static void SetPropertyReference(System::Object ^ target, System::Activities::ActivityPropertyReference ^ value);
public static void SetPropertyReference (object target, System.Activities.ActivityPropertyReference value);
static member SetPropertyReference : obj * System.Activities.ActivityPropertyReference -> unit
Public Shared Sub SetPropertyReference (target As Object, value As ActivityPropertyReference)
Parameters
- target
- Object
A property store.
The value to 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.