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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.