SIPHeaderMappingCustomValue Property |
Gets or sets the custom value for the SIP header or call property (depends on incoming or outgoing mapping).
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
StringSee Also