Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'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
- id
Type: System.Guid
The identifier of the object.
- name
Type: System.String
The name of the object.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace