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