HiddenClassSignatureAttribute class

Provides an attribute that can be used to specify the visibility of the activity's signature to the SharePoint Designer client.

Inheritance hierarchy

System.Object
  System.Attribute
    Microsoft.SharePoint.WorkflowServices.Activities.HiddenClassSignatureAttribute

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple := False)> _
Public NotInheritable Class HiddenClassSignatureAttribute _
    Inherits Attribute
'Usage
Dim instance As HiddenClassSignatureAttribute
[AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple = false)]
public sealed class HiddenClassSignatureAttribute : Attribute

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

HiddenClassSignatureAttribute members

Microsoft.SharePoint.WorkflowServices.Activities namespace