Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IAccessRule

    Represents an access rule.

    Namespace: Umbraco.Cms.Core.Dashboards
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IAccessRule

    Properties

    View Source

    Type

    Gets or sets the rule type.

    Declaration
    AccessRuleType Type { get; set; }
    Property Value
    Type Description
    AccessRuleType
    View Source

    Value

    Gets or sets the value for the rule.

    Declaration
    string Value { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Type
      • Value
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX