Class PermissionStringAttribute
Defines a readable name for this permission.
Inheritance
System.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 |
---|---|---|
System.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 |
---|---|
System.String |