IHandlerProcName Property |
Gets the procedure name for the
Handler.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
SyntaxReadOnly Property ProcName As String
Get
property String^ ProcName {
String^ get ();
}
Property Value
String
The procedure name for the
Handler.
Remarks
Return the procedure name for the
Handler.
-
A global handler returns "procname".
-
A module specific handler returns "modulepath|procname".
See Also