DerivedHierarchyContextIdentifier.DerivedHierarchyId Property
Gets or sets the Identifier of the derived hierarchy the object is associated with.
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 DerivedHierarchyId As Identifier
Get
Set
'Usage
Dim instance As DerivedHierarchyContextIdentifier
Dim value As Identifier
value = instance.DerivedHierarchyId
instance.DerivedHierarchyId = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public Identifier DerivedHierarchyId { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property Identifier^ DerivedHierarchyId {
Identifier^ get ();
void set (Identifier^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member DerivedHierarchyId : Identifier with get, set
function get DerivedHierarchyId () : Identifier
function set DerivedHierarchyId (value : Identifier)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the derived hierarchy the object is associated with.
See Also
Reference
DerivedHierarchyContextIdentifier Class
Microsoft.MasterDataServices.Services.DataContracts Namespace