Aracılığıyla paylaş


RetrieveEntity.Attributes Property

Definition

Sets the collection of logical names of the attributes to be retrieved.

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

Property Value

The collection of logical names of the attributes to be retrieved.

Attributes

Applies to