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