clsTaskData..::..oFileAttachments Property
Gets or sets the o file attachments.
Namespace:
FlowWright.cDevDeAPI.MobileAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public List<clsFileAttachment> oFileAttachments { get; set; }
Public Property oFileAttachments As List(Of clsFileAttachment) Get Set
public: property List<clsFileAttachment^>^ oFileAttachments { List<clsFileAttachment^>^ get (); void set (List<clsFileAttachment^>^ value); }