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 ResultType for derived hierarchy levels.
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 ResultType
Get
Set
'Usage
Dim instance As MetadataResultOptions
Dim value As ResultType
value = instance.DerivedHierarchyLevels
instance.DerivedHierarchyLevels = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public ResultType DerivedHierarchyLevels { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property ResultType DerivedHierarchyLevels {
ResultType get ();
void set (ResultType value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member DerivedHierarchyLevels : ResultType with get, set
function get DerivedHierarchyLevels () : ResultType
function set DerivedHierarchyLevels (value : ResultType)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.ResultType
The result type for derived hierarchy levels.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace