RetrieveEntity.Attributes Property
Applies To: Dynamics CRM 2015
Sets the collection of logical names of the attributes to be retrieved.
Namespace: Microsoft.Xrm.Sdk.Workflow.Activities
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
Syntax
public InArgument<string[]> Attributes { get; set; }
public:
property InArgument<array<String^>^>^ Attributes {
InArgument<array<String^>^>^ get();
void set(InArgument<array<String^>^>^ value);
}
member Attributes : InArgument<string[]> with get, set
Public Property Attributes As InArgument(Of String())
Property Value
Type: System.Activities.InArgument<String[]>
Type: InArgument
The collection of logical names of the attributes to be retrieved.
See Also
RetrieveEntity Class
Microsoft.Xrm.Sdk.Workflow.Activities Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright