ActivityPropertiesAttribute class

Provides an attribute that can be applied to any ActivityBuilder function in order to add metadata to that activity.

Inheritance hierarchy

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

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

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Method)> _
Public NotInheritable Class ActivityPropertiesAttribute _
    Inherits Attribute
'Usage
Dim instance As ActivityPropertiesAttribute
[AttributeUsageAttribute(AttributeTargets.Method)]
public sealed class ActivityPropertiesAttribute : 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

ActivityPropertiesAttribute members

Microsoft.SharePoint.WorkflowServices.Activities namespace