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

the item error image path

Namespace:  OfficeClip.BusinessLayer.Framework.HtmlStatus
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

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

See Also