InputArgumentCollection.Arguments Property

 

Applies To: Dynamics CRM 2015

Gets or sets the InputArgument collection.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

[DataMemberAttribute]
public InputArgument Arguments { get; set; }
public:
[DataMemberAttribute]
property InputArgument^ Arguments {
    InputArgument^ get();
    void set(InputArgument^ value);
}
[<DataMemberAttribute>]
member Arguments : InputArgument with get, set
<DataMemberAttribute>
Public Property Arguments As InputArgument

Property Value

Type: Microsoft.Crm.Sdk.Messages.InputArgument

Type: InputArgument
An input argument.

See Also

InputArgumentCollection Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright