Partilhar via


ActivityToolboxDisplayAttribute.IntlToolboxTabName Property

Property is read-only. Used to retrieve the internationalized name of the tab within Visual Studio.

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property IntlToolboxTabName As String
    Get
'Usage
Dim instance As ActivityToolboxDisplayAttribute
Dim value As String

value = instance.IntlToolboxTabName
public virtual string IntlToolboxTabName { get; }

Property Value

Type: System.String
The internationalized name of the target tab in Visual Studio where the activity appears.

See Also

Reference

ActivityToolboxDisplayAttribute Class

ActivityToolboxDisplayAttribute Members

Microsoft.SharePoint.WorkflowActions Namespace