MetadataPropertiesExpression.AllProperties Property

Definition

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

Applies to