Class ServiceSettingEventArgs
- Assembly
- IpPbxCDSClientLib.dll
Event arguments for changed service setting
public class ServiceSettingEventArgs : CallbackEventArgs
- Inheritance
-
ServiceSettingEventArgs
- Inherited Members
Constructors
ServiceSettingEventArgs()
Initializes a new instance of the ServiceSettingEventArgs class
public ServiceSettingEventArgs()
Properties
ServiceSetting
Gets the the changed mobile sip credentials
public ServiceSetting ServiceSetting { get; }
Property Value
- ServiceSetting
Methods
ToString()
public override string ToString()