QsLicMan.checkProt Method

QsInformatica.Utils

QsLicMancheckProt Method

[Missing <summary> documentation for "M:QsInformatica.Utils.QsLicMan.checkProt(System.String,System.Boolean,System.Boolean,QsInformatica.Utils.XMX)"]

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public static LicModeEnum checkProt(
	string descApp,
	bool DemoAllowed,
	bool ShowMessages,
	XMX MsgDiz
)
Public Shared Function checkProt ( 
	descApp As String,
	DemoAllowed As Boolean,
	ShowMessages As Boolean,
	MsgDiz As XMX
) As LicModeEnum
public:
static LicModeEnum checkProt(
	String^ descApp, 
	bool DemoAllowed, 
	bool ShowMessages, 
	XMX^ MsgDiz
)
static member checkProt : 
        descApp : string * 
        DemoAllowed : bool * 
        ShowMessages : bool * 
        MsgDiz : XMX -> LicModeEnum 

Parameters

descApp
Type: SystemString

[Missing <param name="descApp"/> documentation for "M:QsInformatica.Utils.QsLicMan.checkProt(System.String,System.Boolean,System.Boolean,QsInformatica.Utils.XMX)"]

DemoAllowed
Type: SystemBoolean

[Missing <param name="DemoAllowed"/> documentation for "M:QsInformatica.Utils.QsLicMan.checkProt(System.String,System.Boolean,System.Boolean,QsInformatica.Utils.XMX)"]

ShowMessages
Type: SystemBoolean

[Missing <param name="ShowMessages"/> documentation for "M:QsInformatica.Utils.QsLicMan.checkProt(System.String,System.Boolean,System.Boolean,QsInformatica.Utils.XMX)"]

MsgDiz
Type: QsInformatica.UtilsXMX

[Missing <param name="MsgDiz"/> documentation for "M:QsInformatica.Utils.QsLicMan.checkProt(System.String,System.Boolean,System.Boolean,QsInformatica.Utils.XMX)"]

Return Value

Type: LicModeEnum

[Missing <returns> documentation for "M:QsInformatica.Utils.QsLicMan.checkProt(System.String,System.Boolean,System.Boolean,QsInformatica.Utils.XMX)"]

See Also