Свойство EntityId

Gets or sets an Identifier complex type.

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

Синтаксис

'Декларация
<DataMemberAttribute> _
Public Property EntityId As Identifier
    Get
    Set
'Применение
Dim instance As EntityMemberType
Dim value As Identifier

value = instance.EntityId

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

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

Тип: Microsoft.MasterDataServices.Services.DataContracts. . :: . .Identifier
Identifier.