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