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.