MediaPlayerdebugMode Property |
Sets or gets a bool that enables debug mode of the library
Namespace: Veeplay.mediaAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static bool debugMode { get; set; }
Public Shared Property debugMode As Boolean
Get
Set
public:
static property bool debugMode {
bool get ();
void set (bool value);
}
static member debugMode : bool with get, set
Property Value
Type:
BooleanSee Also