|
ServiceHelperParentService Property
|
Gets or sets the
ServiceBase to which the
ServiceHelper will provided added functionality.
Namespace: GSF.ServiceProcessAssembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.248-beta
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);
View SourceProperty Value
ServiceBase
See Also