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

Syntax

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

Property Value

Type: String

See Also