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

適用対象