 | FacultyInfoJobTitle Property |
Gets or sets the faculty's job title.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string JobTitle { get; set; }
Public Property JobTitle As String
Get
Set
public:
property String^ JobTitle {
String^ get ();
void set (String^ value);
}
function get JobTitle () : String
function set JobTitle (value : String)
function get_JobTitle();
function set_JobTitle(value);
Property Value
Type:
StringThe faculty's job title.
See Also