InputArgumentCollection.Item Property (String)

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Gets or sets the element at the specified index in the collection.

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

Syntax

public object this[
    string key
] { get; set; }
Public Property Item (
    key As String
) As Object

Parameters

  • key
    Type: System.String

    Type: String. The key used to identify a target element in the collection.

Property Value

Type: System.Object

Type: Object
The input argument. You must cast the returned object to the correct type.

See Also

InputArgumentCollection Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright