InputArgumentCollection.Item Property (String)

 

Applies To: Dynamics CRM 2015

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 Object^ default[
    String^ key
] {
    Object^ get(String^ key);
    void set(String^ key, Object^ value);
}
member Item : 
        key:string -> Object with 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

© 2016 Microsoft. All rights reserved. Copyright