Click or drag to resize
Sandcastle Help File BuilderDynamicReadOnlyPropertyDescriptorPropertyType Property
When overridden in a derived class, gets the type of the property.

Namespace: SandcastleBuilder.Utils.Design
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public override Type PropertyType { get; }

Return Value

Type: Type
A Type that represents the type of the property.
See Also