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