ResultPropertyCollection.Values 属性

定义

获取此集合中属性的值。

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

属性值

ICollection,它包含此集合中属性的值。

适用于