Tab.CommandName 属性
获取或设置与Tab控件传递到Command事件关联的命令名。
命名空间: Microsoft.SharePoint.Portal.WebControls
程序集: Microsoft.SharePoint.Portal(位于 Microsoft.SharePoint.Portal.dll 中)
语法
声明
Public Property CommandName As String
Get
Set
用法
Dim instance As Tab
Dim value As String
value = instance.CommandName
instance.CommandName = value
public string CommandName { get; set; }