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입니다.

적용 대상