Gets the prefix of the
Handler objects in the collection.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxpublic string Prefix { get; }
Public ReadOnly Property Prefix As String
Get
public:
virtual property String^ Prefix {
String^ get () sealed;
}
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