Proprietà InitPrtFastCaller
|
Definisce il contesto di utilizzo del modulo. Serve nei lua per capire da dove si è chiamati.
Viene usato anche per filtrare le connessioni caricabili
Namespace: InitPrtFastAssembly: InitPrtFast (in InitPrtFast.dll) Versione: 28.0.0
Sintassipublic string Caller { get; set; }
Public Property Caller As String
Get
Set
public:
property String^ Caller {
String^ get ();
void set (String^ value);
}
member Caller : string with get, set
Valore della proprietà
String
Vedi anche