ConfigurationAttributeSchema.DefaultValue 属性

定义

获取属性在未显式设置值时返回的数据。

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

属性值

未显式设置值时属性返回的数据。

注解

返回的值可以是字符串或逗号分隔的默认标志列表。

适用于