Gets or sets the source agent.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overridable Property SourceAgent As String
             
        
            
            'Usage
 
Dim instance As EnrollmentSession
Dim value As String
 
instance.SourceAgent = value
 
value = instance.SourceAgent
             
        
            
            public virtual string SourceAgent {get; set;}
             
        
            
            public read-write property SourceAgent: String; virtual; 
             
        
            
            public function get,set SourceAgent : String
             
        
            
            public: __property virtual string* get_SourceAgent();
public: __property virtual void set_SourceAgent( 
   string* value
);
             
        
            
            public:
virtual property String^ SourceAgent {
   String^ get();
   void set (    String^ value);
}
             
        
             
        
            
            
            Property Value
The source agent.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also