ActivityToolboxDisplayAttribute.ToolboxTabNameKey property
Property is read-only. Used to retrieve the toolbox tab name where the activity is being placed.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ToolboxTabNameKey As String
Get
'Usage
Dim instance As ActivityToolboxDisplayAttribute
Dim value As String
value = instance.ToolboxTabNameKey
public virtual string ToolboxTabNameKey { get; }
Property value
Type: System.String
The toolbox tab name where the activity appears.
See also
Reference
ActivityToolboxDisplayAttribute class