MetadataQueryExpression.Properties Property
Applies To: Dynamics CRM 2015
Gets or sets the properties to be returned by the query.
Namespace: Microsoft.Xrm.Sdk.Metadata.Query
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public MetadataPropertiesExpression Properties { get; set; }
public:
[DataMemberAttribute]
property MetadataPropertiesExpression^ Properties {
MetadataPropertiesExpression^ get();
void set(MetadataPropertiesExpression^ value);
}
[<DataMemberAttribute>]
member Properties : MetadataPropertiesExpression with get, set
<DataMemberAttribute>
Public Property Properties As MetadataPropertiesExpression
Property Value
Type: Microsoft.Xrm.Sdk.Metadata.Query.MetadataPropertiesExpression
Returns MetadataPropertiesExpression
The properties to be returned by the query.
See Also
MetadataQueryExpression Class
Microsoft.Xrm.Sdk.Metadata.Query Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright