MetadataPropertiesExpression.AllProperties Property
Applies To: Dynamics CRM 2015
Gets or sets whether to retrieve all the properties of a metadata object.
Namespace: Microsoft.Xrm.Sdk.Metadata.Query
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public bool AllProperties { get; set; }
public:
[DataMemberAttribute]
property bool AllProperties {
bool get();
void set(bool value);
}
[<DataMemberAttribute>]
member AllProperties : bool with get, set
<DataMemberAttribute>
Public Property AllProperties As Boolean
Property Value
Type: System.Boolean
Type: Boolean
true to specify to retrieve all metadata object properties; false to retrieve only specified metadata object properties.
See Also
MetadataPropertiesExpression Class
Microsoft.Xrm.Sdk.Metadata.Query Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright