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