Entity.Item Property (String)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
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 Item (
attributeName As String
) As Object
Parameters
attributeName
Type: System.StringType: String. The logical name of the attribute.
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
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright