Partilhar via


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

ActivityToolboxDisplayAttribute Members

Microsoft.SharePoint.WorkflowActions Namespace