Compartir a través de


Identifier Constructor (Guid, String)

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

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
Public Sub New ( _
    id As Guid, _
    name As String _
)
'Uso
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
)

Parámetros

Vea también

Referencia

Identifier Clase

Sobrecarga de Identifier

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts