Свойство Identifier.Id
Gets or sets the ID.
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<DataMemberAttribute> _
Public Property Id As Guid
Get
Set
'Применение
Dim instance As Identifier
Dim value As Guid
value = instance.Id
instance.Id = value
[DataMemberAttribute]
public Guid Id { get; set; }
[DataMemberAttribute]
public:
property Guid Id {
Guid get ();
void set (Guid value);
}
[<DataMemberAttribute>]
member Id : Guid with get, set
function get Id () : Guid
function set Id (value : Guid)
Значение свойства
Тип: System.Guid
A new globally unique identifier (GUID).