ConditionExpression.AttributeName Property

 

Applies To: Dynamics CRM 2015

Gets or sets the logical name of the attribute in the condition expression.

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

Syntax

[DataMemberAttribute]
public string AttributeName { get; set; }
public:
[DataMemberAttribute]
property String^ AttributeName {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member AttributeName : string with get, set
<DataMemberAttribute>
Public Property AttributeName As String

Property Value

Type: System.String

Type: String
The logical name of the attribute in the condition expression.

See Also

ConditionExpression Class
Microsoft.Xrm.Sdk.Query Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright