SearchCondition.Name 屬性

定義

取得或設定 CatalogItem 中可搜尋的屬性名稱。

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

屬性值

String

string 值,表示可搜尋屬性的名稱。

備註

您可以在這裡指定的屬性,會視的值而定 Condition 。 如需可搭配何種搜尋條件使用之屬性的詳細資訊,請參閱 ConditionEnum

可搜尋的屬性為:

All 屬性是用來指定搜尋文字可搜尋的中繼資料。 它無法與 NameDescription 屬性搜尋合併。

中的下列中繼資料 ItemMetadata 也可供搜尋: ComponentIDSubtype

適用於