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

Syntax

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

Property Value

Type: Type

See Also