OzJSHandlerMessageData Property |
The data of the command in Base64 format.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public string Data { get; set; }
Public Property Data As String
Get
Set
public:
property String^ Data {
String^ get ();
void set (String^ value);
}
member Data : string with get, set
Property Value
Type:
StringSee Also