ICallCustomProperties Property |
Gets a collection that can be used for storing custom values for the call.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
SyntaxPropertyCollection CustomProperties { get; }
ReadOnly Property CustomProperties As PropertyCollection
Get
property PropertyCollection^ CustomProperties {
PropertyCollection^ get ();
}
abstract CustomProperties : PropertyCollection with get
Property Value
PropertyCollection
See Also