EntityMetadata.ActivityTypeMask Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether a custom activity should appear in the activity menus in the Web application.
public:
property Nullable<int> ActivityTypeMask { Nullable<int> get(); void set(Nullable<int> value); };
[System.Runtime.Serialization.DataMember]
public int? ActivityTypeMask { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ActivityTypeMask : Nullable<int> with get, set
Public Property ActivityTypeMask As Nullable(Of Integer)
Property Value
The value indicates whether a custom activity should appear in the activity menus in the Web application.
- Attributes
Remarks
For a custom activity the default value is 1. This means that the custom activity is available in activity menus. Set this property to 0 at the creation of a custom activity to prevent displaying it in the activity menus. This value cannot be updated after the custom activity is created.