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

Returns the collection class that will be used to build the case Status drop down list. This class contains the selected value, as well as a collection of name/value pairs that will be used to build the Status DropDownList.

Namespace:  OfficeClip.BusinessLayer.Extranet.User
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

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

See Also