Share via


Identifier Constructor (Guid)

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

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

Syntax

'Declaration
Public Sub New ( _
    id As Guid _
)
'Usage
Dim id As Guid

Dim instance As New Identifier(id)
public Identifier(
    Guid id
)
public:
Identifier(
    Guid id
)
new : 
        id:Guid -> Identifier
public function Identifier(
    id : Guid
)

Parameters