|   | ServiceHelperParentService Property | 
        
        
            Gets or sets the 
ServiceBase to which the 
ServiceHelper will provided added functionality.
            
 GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic ServiceBase ParentService { get; set; }Public Property ParentService As ServiceBase
	Get
	Set
public:
property ServiceBase^ ParentService {
	ServiceBase^ get ();
	void set (ServiceBase^ value);
}member ParentService : ServiceBase with get, set
function get_ParentService();
function set_ParentService(value);
Property Value
ServiceBase See Also
See Also