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,它包含此集合中属性的名称。

适用于