MetadataResultOptions.DerivedHierarchyLevels 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 the type of DerivedHierarchyLevel results to return.
public:
property Microsoft::MasterDataServices::ResultType DerivedHierarchyLevels { Microsoft::MasterDataServices::ResultType get(); void set(Microsoft::MasterDataServices::ResultType value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.ResultType DerivedHierarchyLevels { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.DerivedHierarchyLevels : Microsoft.MasterDataServices.ResultType with get, set
Public Property DerivedHierarchyLevels As ResultType
Property Value
A new instance of type ResultType. Possible values are Details, Identifiers, or None.
- Attributes