SaveButton.Text 属性

获取或设置标记按钮的文本。

命名空间:  Microsoft.SharePoint.WebControls
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Property Text As String
    Get
    Set
用法
Dim instance As SaveButton
Dim value As String

value = instance.Text

instance.Text = value
public string Text { get; set; }

属性值

类型:System.String
代表在按钮上的文本String

另请参阅

引用

SaveButton 类

SaveButton 成员

Microsoft.SharePoint.WebControls 命名空间