Share via


Name Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the identifying name of the current RoutedEvent object.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public ReadOnly Property Name As String
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string with get
function get Name () : String

Property Value

Type: System. . :: . .String
The identifying name of the current routed event.

Remarks

The name of a routed event must be unique within each owner type, but it does not need to be globally unique.

.NET Framework Security

See Also

Reference

RoutedEvent Class

Microsoft.SPOT Namespace