Click or drag to resize

PropertyAttributes Property

Stores the attributes. Should be a mask of PropertyAttrs. Certain PropertyAttrs such as IsDirty are generally set automatically.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public PropertyAttrs Attributes { get; set; }

Property Value

Type: PropertyAttrs
See Also