HiddenClassSignatureAttribute.Hidden property
Gets or sets whether the activity’s signature is hidden.
Namespace: Microsoft.SharePoint.WorkflowServices.Activities
Assembly: Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)
Syntax
'Declaration
Public ReadOnly Property Hidden As Boolean
Get
'Usage
Dim instance As HiddenClassSignatureAttribute
Dim value As Boolean
value = instance.Hidden
public bool Hidden { get; }
Property value
Type: System.Boolean
true if the activity’s signature is hidden, otherwise false.
Remarks
The default value for this property is false. If it’s true, the GetXamlClassSignatures object model will not return the signature of the corresponding activity.
See also
Reference
HiddenClassSignatureAttribute class