Entity.Item Property (String)

 

Applies To: Dynamics CRM 2015

Provides an indexer for the attribute values.

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

Syntax

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

Parameters

Property Value

Type: System.Object

Type: Object
The attribute specified by the attributeName parameter.

See Also

Entity Class
Microsoft.Xrm.Sdk Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright