Class PermissionStringAttribute
Defines a readable name for this permission.
Namespace: KSharpPlus.Enums
Assembly: KSharpPlus.dll
Syntax
public sealed class PermissionStringAttribute : Attribute
Constructors
| Improve this Doc View SourcePermissionStringAttribute(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 SourceString
Gets the readable name for this permission.
Declaration
public string String { get; }
Property Value
Type | Description |
---|---|
String |