Zdieľať cez


SetEntityProperty.Value Property

Definition

Sets the value for the attribute specified in the Attribute property.

public:
 property System::Activities::InArgument<System::Object ^> ^ Value { System::Activities::InArgument<System::Object ^> ^ get(); void set(System::Activities::InArgument<System::Object ^> ^ value); };
[System.Activities.RequiredArgument]
[System.ComponentModel.Description("New value for the entity attribute.")]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Visible)]
public System.Activities.InArgument<object> Value { get; set; }
[<System.Activities.RequiredArgument>]
[<System.ComponentModel.Description("New value for the entity attribute.")>]
[<System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Visible)>]
member this.Value : System.Activities.InArgument<obj> with get, set
Public Property Value As InArgument(Of Object)

Property Value

The value for the attribute specified in the Attribute property.

Attributes

Applies to