PostSharpAPI ReferencePost­Sharp.​Patterns.​ModelNotify­Property­Changed­AttributeExclude­Explicit­Properties
Open sandboxFocus

NotifyPropertyChangedAttribute.ExcludeExplicitProperties Property

ExcludeExplicitProperties

Determines whether the aspect should instrument only automatic properties and ignore any other. This mode allows to use only the abilities of PostSharp Essentials, and prevent the aspect from consuming premium features.

Declaration
public bool ExcludeExplicitProperties { get; set; }
Property Value
Type Description
Boolean