다음을 통해 공유


Identifier.Id 속성

Gets or sets the ID.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)

구문

‘선언
<DataMemberAttribute> _
Public Property Id As Guid
    Get
    Set
‘사용 방법
Dim instance As Identifier
Dim value As Guid

value = instance.Id

instance.Id = value
[DataMemberAttribute]
public Guid Id { get; set; }
[DataMemberAttribute]
public:
property Guid Id {
    Guid get ();
    void set (Guid value);
}
[<DataMemberAttribute>]
member Id : Guid with get, set
function get Id () : Guid
function set Id (value : Guid)

속성 값

유형: System.Guid
A new globally unique identifier (GUID).

참고 항목

참조

Identifier 클래스

Microsoft.MasterDataServices 네임스페이스