Свойство ParentChild.ChildEntityId

Gets or sets the identifier of the child member’s entity.

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property ChildEntityId As Identifier 
    Get 
    Set
'Применение
Dim instance As ParentChild 
Dim value As Identifier 

value = instance.ChildEntityId

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

Значение свойства

Тип: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the child member’s entity.

См. также

Справочник

ParentChild Класс

Пространство имен Microsoft.MasterDataServices.Services.DataContracts