FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsTaskData..::..oFileAttachments Property

Gets or sets the o file attachments.

Namespace:  FlowWright.cDevDeAPI.Mobile
Assembly:  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);
}

Field Value

The o file attachments.