UserTaskUpdateResponseAttachments Property |
Gets or sets the attachments
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic string[] Attachments { get; set; }
Public Property Attachments As String()
Get
Set
public:
property array<String^>^ Attachments {
array<String^>^ get ();
void set (array<String^>^ value);
}
member Attachments : string[] with get, set
Property Value
String
The attachments
See Also