See Name

Namespace: Mvp.Xml.Common
Assembly: Mvp.Xml (in Mvp.Xml.dll)

Syntax

Visual Basic (Declaration)
Public Overrides ReadOnly Property Name As String
C#
public override string Name { get; }
C++
public override property string Name override  {
    String^ get();
}
J#
/** property */
public string get_Name();
JScript
public function get Name() : String

See Also