RetrieveEntity.Attributes 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 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
InArgument<String[]>
The collection of logical names of the attributes to be retrieved.
- Attributes