MetadataResultOptions.DerivedHierarchies Property

Definition

Gets or sets the type of DerivedHierarchy results to return.

public:
 property Microsoft::MasterDataServices::ResultType DerivedHierarchies { Microsoft::MasterDataServices::ResultType get(); void set(Microsoft::MasterDataServices::ResultType value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.ResultType DerivedHierarchies { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.DerivedHierarchies : Microsoft.MasterDataServices.ResultType with get, set
Public Property DerivedHierarchies As ResultType

Property Value

A new instance of type ResultType. Possible values are Details, Identifiers, or None.

Attributes

Applies to