UserTaskBasePermissionCode Property
Gets or sets the permission code.
Namespace: Scanjour.Workflow4.ActivityLibrary.UserTasksAssembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
public InArgument<string> PermissionCode { get; set; }
Public Property PermissionCode As InArgument(Of String)
Get
Set
public:
property InArgument<String^>^ PermissionCode {
InArgument<String^>^ get ();
void set (InArgument<String^>^ value);
}
member PermissionCode : InArgument<string> with get, set
Property Value
InArgumentString
The permission code.