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