Partager via


Propriété ParentChild.ParentEntityId

Gets or sets the identifier of the parent member’s entity that is associated with the parent node or the relationship.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property ParentEntityId As Identifier 
    Get 
    Set
'Utilisation
Dim instance As ParentChild 
Dim value As Identifier 

value = instance.ParentEntityId

instance.ParentEntityId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier ParentEntityId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Identifier^ ParentEntityId {
    Identifier^ get ();
    void set (Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member ParentEntityId : Identifier with get, set
function get ParentEntityId () : Identifier 
function set ParentEntityId (value : Identifier)

Valeur de propriété

Type : Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the parent member’s entity that is associated with the parent node or the relationship.

Voir aussi

Référence

ParentChild Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts