If this property is a standard page property.

Namespace:  EPiServer.Core
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public bool IsPropertyData { get; set; }

Field Value

true if this instance is property data; otherwise, false.

Remarks

This simply determines that it is not a dynamic property and not meta data.

See Also