Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public override string DisplayName { get; }
Visual Basic
Public Overrides ReadOnly Property DisplayName As String
	Get
Visual C++
public:
virtual property String^ DisplayName {
	String^ get () override;
}
F#
abstract DisplayName : string with get
override DisplayName : string with get

Property Value

Type: String

See Also