IHandlerPrototype Property |
Gets the prototype for the
Handler.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxstring Prototype { get; }
ReadOnly Property Prototype As String
Get
property String^ Prototype {
String^ get ();
}
Property Value
String
The prototype for the
Handler.
Remarks
Return the prototype for the
Handler.
A module specific handler does not include the modulepath.
See Also