Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2015
Adds an input argument object to the Arguments collection.
Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public void Add(
    string key,
    object value
)
public:
void Add(
    String^ key,
    Object^ value
)
member Add : 
        key:string *
        value:Object -> unit
Public Sub Add (
    key As String,
    value As Object
)
Parameters
- key 
 Type: System.String- Type: String. A key that uniquely identifies the input argument in the collection. 
- value 
 Type: System.Object- Type: Object. The input argument. 
See Also
InputArgumentCollection Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright