Open sandboxFocus

Property IsSkipped

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().

Declaration
bool IsSkipped { get; }
Property Value
Type Description
bool