Struct EmbedField
A field for an Embed.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public struct EmbedField
Properties
| Improve this Doc View SourceInline
Gets a value that indicates whether the field should be in-line with each other.
Declaration
public bool Inline { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Name
Gets the name of the field.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Value
Gets the value of the field.
Declaration
public string Value { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
| Improve this Doc View SourceToString()
Gets the name of the field.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String | A string that resolves to Name. |
Overrides
System.ValueType.ToString()