SIPEventNotificationArgsParameters Property |
Gets the additional parameters received in the notification.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public IEnumerable<string> Parameters { get; }
Public ReadOnly Property Parameters As IEnumerable(Of String)
Get
public:
property IEnumerable<String^>^ Parameters {
IEnumerable<String^>^ get ();
}
member Parameters : IEnumerable<string> with get
Property Value
Type:
IEnumerableStringSee Also