InputArgumentCollection.Add Method (String, Object)

 

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.

See Also

InputArgumentCollection Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright