Show / Hide Table of Contents

    Class PermissionStringAttribute

    Defines a readable name for this permission.

    Inheritance
    Object
    PermissionStringAttribute
    Namespace: DSharpPlus
    Assembly: cs.temp.dll.dll
    Syntax
    public sealed class PermissionStringAttribute : Attribute

    Constructors

    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

    String

    Gets the readable name for this permission.

    Declaration
    public string String { get; }
    Property Value
    Type Description
    String
    Back to top © 2016-2022 DSharpPlus Contributors