Identifier 建構函式 (Guid, String)
Initializes a new instance of the Identifier class with the specified identifier and name.
命名空間: Microsoft.MasterDataServices.Services.DataContracts
組件: Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.dll 中)
語法
'宣告
Public Sub New ( _
id As Guid, _
name As String _
)
'用途
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
)
參數
- id
型別:System.Guid
The identifier of the object.
- name
型別:System.String
The name of the object.