Identifier Constructor (Guid, String)

 

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

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

Syntax

public Identifier(
    Guid id,
    string name
)
public:
Identifier(
    Guid id,
    String^ name
)
new : 
        id:Guid *
        name:string -> Identifier
Public Sub New (
    id As Guid,
    name As String
)

Parameters

See Also

Identifier Overload
Identifier Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top