OrganizationRequest.Item Property (String)

 

Applies To: Dynamics CRM 2015

Gets or sets the indexer for the Parameters collection.

Namespace:   Microsoft.Xrm.Sdk
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

public object this[
    string parameterName
] { get; set; }
public:
property Object^ default[
    String^ parameterName
] {
    Object^ get(String^ parameterName);
    void set(String^ parameterName, Object^ value);
}
member Item : 
        parameterName:string -> Object with get, set
Public Property Item (
    parameterName As String
) As Object

Parameters

Property Value

Type: System.Object

Type: Object
The indexer for the request.

See Also

OrganizationRequest Class
Microsoft.Xrm.Sdk Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright