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

Syntax

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

Property Value

Type: String

See Also