MetadataConditionExpression.PropertyName Property
Applies To: Dynamics CRM 2015
Gets or sets the name of the metadata property in the condition expression.
Namespace: Microsoft.Xrm.Sdk.Metadata.Query
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public string PropertyName { get; set; }
public:
[DataMemberAttribute]
property String^ PropertyName {
String^ get();
void set(String^ value);
}
[<DataMemberAttribute>]
member PropertyName : string with get, set
<DataMemberAttribute>
Public Property PropertyName As String
Property Value
Type: System.String
Type: String
The name of the metadata property in the condition expression.
See Also
MetadataConditionExpression Class
Microsoft.Xrm.Sdk.Metadata.Query Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright