 | FacultyEducationDegree Property |
Gets or sets the Degree.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string Degree { get; set; }
Public Property Degree As String
Get
Set
public:
property String^ Degree {
String^ get ();
void set (String^ value);
}
function get Degree () : String
function set Degree (value : String)
function get_Degree();
function set_Degree(value);
Property Value
Type:
StringThe degree.
See Also