ExpressionTextBox.DefaultValue 属性

定义

获取或设置默认值。

public:
 property System::String ^ DefaultValue { System::String ^ get(); void set(System::String ^ value); };
public string DefaultValue { get; set; }
member this.DefaultValue : string with get, set
Public Property DefaultValue As String

属性值

String

默认值。

适用于