Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the criteria with which to fill the Microsoft.MasterDataServices.Metadata.DerivedHierarchyLevels property.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property DerivedHierarchyLevels As Collection(Of Identifier)
Get
Set
'Usage
Dim instance As MetadataSearchCriteria
Dim value As Collection(Of Identifier)
value = instance.DerivedHierarchyLevels
instance.DerivedHierarchyLevels = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Identifier> DerivedHierarchyLevels { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Identifier^>^ DerivedHierarchyLevels {
Collection<Identifier^>^ get ();
void set (Collection<Identifier^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member DerivedHierarchyLevels : Collection<Identifier> with get, set
function get DerivedHierarchyLevels () : Collection<Identifier>
function set DerivedHierarchyLevels (value : Collection<Identifier>)
Property Value
Type: System.Collections.ObjectModel.Collection<Identifier>
A collection of type Identifier.