Condividi tramite


Costruttore Identifier (Guid, String)

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

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    id As Guid, _
    name As String _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

Identifier Classe

Overload Identifier

Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts