DefaultValueAttribute.Value 属性

定义

获取此属性 (Attribute) 绑定到的属性 (Property) 的默认值。

public:
 virtual property System::Object ^ Value { System::Object ^ get(); };
public:
 property System::Object ^ Value { System::Object ^ get(); };
public virtual object Value { get; }
public virtual object? Value { get; }
public object Value { get; }
member this.Value : obj
Public Overridable ReadOnly Property Value As Object
Public ReadOnly Property Value As Object

属性值

表示此属性 (Attribute) 绑定到的属性 (Property) 的默认值的 Object

适用于