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