DialInfoCallerDisplay Property |
Gets or sets the display name of the caller.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic string CallerDisplay { get; set; }
Public Property CallerDisplay As String
Get
Set
public:
property String^ CallerDisplay {
String^ get ();
void set (String^ value);
}
member CallerDisplay : string with get, set
Property Value
Type:
String
See Also