共用方式為


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 命名空間