共用方式為


ParentChild.ParentEntityId 屬性

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

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

語法

'宣告
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property ParentEntityId As Identifier 
    Get 
    Set
'用途
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)

屬性值

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

請參閱

參考

ParentChild 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間