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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.