Partager via


Constructeur Identifier (Guid, String)

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

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    id As Guid, _
    Name As String _
)
'Utilisation
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
)

Paramètres