Konstruktor Identifier (Guid, String)
Inicjuje nowe wystąpienie Identifier klasy z określonego identyfikatora GUID i nazwy.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
Public Sub New ( _
id As Guid, _
Name As String _
)
'Użycie
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
)
Parametry
- id
Typ: System.Guid
IDENTYFIKATOR GUID.
- Name
Typ: System.String
Ciąg reprezentujący tę nazwę.