SetEntityProperty.Value 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.
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