IsSkipped
Gets a value indicating whether the current aspect instance has been skipped. This value is true
if
the aspect evaluation resulted in an error or if the BuildAspect(IAspectBuilder<T>) method invoked
SkipAspect(), if it has been excluded using ExcludeAspectAttribute,
or when the target declaration was not eligible.
Declaration
bool IsSkipped { get; }
Property Value
Type | Description |
---|---|
bool |