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 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