IWithAccessType<ParentT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |