| HandlerElementName Property |
Gets the name of this handler.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic string Name { get; }Public ReadOnly Property Name As String
Get
public:
property String^ Name {
String^ get ();
}member Name : string with get
Property Value
Type:
String
The name.
See Also