  | CourseRequestStatusDescription Property  | 
 
            Gets or sets the Course Request Status Description.
            
 
    Namespace: 
   SeniorSystemsWS.Entity.Academic
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string Description { get; set; }Public Property Description As String
	Get
	Set
public:
property String^ Description {
	String^ get ();
	void set (String^ value);
}function get Description () : String
function set Description (value : String)
function get_Description();
function set_Description(value);
Property Value
Type: 
StringThe Course Request Status Description.
RemarksMore information about the Status property.
See Also