Конструктор Identifier (Guid, String)

Initializes a new instance of the Identifier class with the specified identifier and name.

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

Синтаксис

'Декларация
Public Sub New ( _
    id As Guid, _
    name As String _
)
'Применение
Dim id As Guid 
Dim name As String 

Dim instance As New Identifier(id, name)
public Identifier(
    Guid id,
    string name
)
public:
Identifier(
    Guid id, 
    String^ name
)
new : 
        id:Guid * 
        name:string -> Identifier
public function Identifier(
    id : Guid, 
    name : String
)

Параметры

См. также

Справочник

Identifier Класс

Перегрузка Identifier

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