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 to fill the DerivedHierarchyLevels property.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property DerivedHierarchyLevels As Collection(Of Identifier)
Get
Friend Set
'Usage
Dim instance As MetadataSearchCriteria
Dim value As Collection(Of Identifier)
value = instance.DerivedHierarchyLevels
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public Collection<Identifier> DerivedHierarchyLevels { get; internal set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property Collection<Identifier^>^ DerivedHierarchyLevels {
Collection<Identifier^>^ get ();
internal: void set (Collection<Identifier^>^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member DerivedHierarchyLevels : Collection<Identifier> with get, internal set
function get DerivedHierarchyLevels () : Collection<Identifier>
internal function set DerivedHierarchyLevels (value : Collection<Identifier>)
Property Value
Type: System.Collections.ObjectModel.Collection<Identifier>
The criteria to fill the Metadata.DerivedHierarchyLevels property.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace