Share via


Identifier Constructor (Guid, String)

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

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
Public Sub New ( _
    id As Guid, _
    Name As String _
)
'Usage
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
)

Parameters