Click or drag to resize

HandlersPrefix Property

Gets the prefix of the Handler objects in the collection.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
public string Prefix { get; }

Property Value

String
The prefix of the Handler objects in the collection.

Implements

IHandlersPrefix
Remarks
Return the prefix of the Handler objects in the collection.
See Also