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

Custom resource property. This will help switching the aspx files on the fly.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

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

See Also