Share via


ResultPropertyCollection.PropertyNames 屬性

定義

取得這個集合中的屬性名稱。

public:
 property System::Collections::ICollection ^ PropertyNames { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection PropertyNames { get; }
member this.PropertyNames : System.Collections.ICollection
Public ReadOnly Property PropertyNames As ICollection

屬性值

ICollection,包含這個集合中的屬性名稱。

適用於