Initializes a new instance of the Identifier class with the specified identifier.
命名空间: Microsoft.MasterDataServices.Services.DataContracts
程序集: Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)
语法
声明
Public Sub New ( _
id As Guid _
)
用法
Dim id As Guid
Dim instance As New Identifier(id)
public Identifier(
Guid id
)
public:
Identifier(
Guid id
)
new :
id:Guid -> Identifier
public function Identifier(
id : Guid
)
参数
- id
类型:System.Guid
The identifier of the object.