MdmDataContractOfDerivedHierarchyContextIdentifier.Identifier 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 ID of MDM data contract of a derived hierarchy.
public:
property Microsoft::MasterDataServices::DerivedHierarchyContextIdentifier ^ Identifier { Microsoft::MasterDataServices::DerivedHierarchyContextIdentifier ^ get(); void set(Microsoft::MasterDataServices::DerivedHierarchyContextIdentifier ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.DerivedHierarchyContextIdentifier Identifier { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Identifier : Microsoft.MasterDataServices.DerivedHierarchyContextIdentifier with get, set
Public Property Identifier As DerivedHierarchyContextIdentifier
Property Value
A new instance of type DerivedHierarchyContextIdentifier.
- Attributes