Identifier 생성자 (Guid)
Initializes a new instance of the Identifier class with the specified GUID.
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.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
A GUID.