[This is preliminary documentation and is subject to change.]

The list of comma separated document ids for documents that have been removed from the expense object.

Namespace:  OfficeClip.BusinessLayer.TE
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public string RemDocIdList { get; set; }
Visual Basic (Declaration)
Public Property RemDocIdList As String
Visual C++
public:
property String^ RemDocIdList {
	String^ get ();
	void set (String^ value);
}

See Also