Свойство Identifier.Id

Gets or sets a Globally Unique Identifier (GUID) that uniquely identifies the object across all instances and contexts.

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

Синтаксис

'Декларация
<DataMemberAttribute(Order := , IsRequired := False)> _
Public Property Id As Guid 
    Get 
    Set
'Применение
Dim instance As Identifier 
Dim value As Guid 

value = instance.Id

instance.Id = value
[DataMemberAttribute(Order = , IsRequired = false)]
public Guid Id { get; set; }
[DataMemberAttribute(Order = , IsRequired = false)]
public:
property Guid Id {
    Guid get ();
    void set (Guid value);
}
[<DataMemberAttribute(Order = , IsRequired = false)>]
member Id : Guid with get, set
function get Id () : Guid 
function set Id (value : Guid)

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

Тип: System.Guid
A GUID that uniquely identifies the object across all instances and contexts.

См. также

Справочник

Identifier Класс

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