SIPHeaderMappingCustomValue Property |
Gets or sets the custom value for the SIP header or call property (depends on incoming or outgoing mapping).
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic string CustomValue { get; set; }
Public Property CustomValue As String
Get
Set
public:
property String^ CustomValue {
String^ get ();
void set (String^ value);
}
member CustomValue : string with get, set
Property Value
Type:
String
See Also