GetEntityProperty.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.
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