PropertyValue.Value 属性
定义
获取或设置基础属性数据集合中的属性值。Gets or sets a property value in the underlying collection of property data.
public:
property System::Object ^ Value { System::Object ^ get(); void set(System::Object ^ value); };
public object Value { get; set; }
member this.Value : obj with get, set
Public Property Value As Object
属性值
一个属性值 Object。A property value Object.