Show / Hide Table of Contents

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 Source

Inline

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
| Improve this Doc View Source

Name

Gets the name of the field.

Declaration
public string Name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Value

Gets the value of the field.

Declaration
public string Value { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

ToString()

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()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX