Compartir a través de


GetEntityProperty.Value Property

Definition

Gets the value of the specified entity attribute.

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

Property Value

The value of the specified entity attribute.

Attributes

Applies to