InputArgumentCollection.Add Method (String, Object)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
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 Sub Add (
key As String,
value As Object
)
Parameters
key
Type: System.StringType: String. A key that uniquely identifies the input argument in the collection.
value
Type: System.ObjectType: Object. The input argument.
See Also
InputArgumentCollection Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright