CatalogItem.ID 屬性

定義

取得物品的識別碼。

public:
 property System::String ^ ID { System::String ^ get(); void set(System::String ^ value); };
public string ID { get; set; }
member this.ID : string with get, set
Public Property ID As String

屬性值

一個 String 包含物品 ID 的值。

備註

即使物品被移動或改名,這個數字 ID 依然不變。

適用於