Search Results for

    Show / Hide Table of Contents

    Class PermissionStringAttribute

    Defines a readable name for this permission.

    Inheritance
    Object
    PermissionStringAttribute
    Namespace: KSharpPlus.Enums
    Assembly: KSharpPlus.dll
    Syntax
    public sealed class PermissionStringAttribute : Attribute

    Constructors

    | Improve this Doc View Source

    PermissionStringAttribute(String)

    Defines a readable name for this permission.

    Declaration
    public PermissionStringAttribute(string str)
    Parameters
    Type Name Description
    String str

    Readable name for this permission.

    Properties

    | Improve this Doc View Source

    String

    Gets the readable name for this permission.

    Declaration
    public string String { get; }
    Property Value
    Type Description
    String
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2023 KSharpPlus Contributors