[Missing <summary> documentation for "P:Scanjour.Workflow4.ActivityLibrary.UserTasks.UserTaskInformation.EnableAttachmentSecurity"]
public bool EnableAttachmentSecurity { get; set; }
Public Property EnableAttachmentSecurity As Boolean
Get
Set
public:
property bool EnableAttachmentSecurity {
bool get ();
void set (bool value);
}
member EnableAttachmentSecurity : bool with get, set