Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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