AbstractLocalCallCustomProperties Property |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic virtual PropertyCollection CustomProperties { get; protected set; }
Public Overridable Property CustomProperties As PropertyCollection
Get
Protected Set
public:
virtual property PropertyCollection^ CustomProperties {
PropertyCollection^ get ();
protected: void set (PropertyCollection^ value);
}
abstract CustomProperties : PropertyCollection with get, set
override CustomProperties : PropertyCollection with get, set
Property Value
Type:
PropertyCollectionImplements
ICallCustomProperties
See Also