GetEntityProperty.Attribute Property

Definition

Gets or sets the logical name of the attribute.

public:
 property System::Activities::InArgument<System::String ^> ^ Attribute { System::Activities::InArgument<System::String ^> ^ get(); void set(System::Activities::InArgument<System::String ^> ^ value); };
[System.Activities.RequiredArgument]
[System.ComponentModel.Description("Attribute to retrieve.")]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Visible)]
public System.Activities.InArgument<string> Attribute { get; set; }
[<System.Activities.RequiredArgument>]
[<System.ComponentModel.Description("Attribute to retrieve.")>]
[<System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Visible)>]
member this.Attribute : System.Activities.InArgument<string> with get, set
Public Property Attribute As InArgument(Of String)

Property Value

The logical name of the attribute.

Attributes

Applies to