MetadataPropertiesExpression.AllProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether to retrieve all the properties of a metadata object.
public:
property bool AllProperties { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool AllProperties { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.AllProperties : bool with get, set
Public Property AllProperties As Boolean
Property Value
true to specify to retrieve all metadata object properties; false to retrieve only specified metadata object properties.
- Attributes