Share via


IWithAccessType<ParentT> Interface

Definition

The stage of the route filter rule definition allowing access type of the rule.

public interface IWithAccessType<ParentT>
type IWithAccessType<'ParentT> = interface
Public Interface IWithAccessType(Of ParentT)

Type Parameters

ParentT
Derived

Properties

AllowAccess

Gets Set 'Allow' acces type of the rule.

DenyAccess

Gets Set 'Deny' access type of the rule.

Applies to