RecentItem..::..IsPinned Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.RecentlyViewed
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public bool IsPinned { get; set; }
Public Property IsPinned As Boolean
	Get
	Set
public:
property bool^ IsPinned {
	bool^ get ();
	void set (bool^ value);
}