Show / Hide Table of Contents

Struct EmbedProvider

A provider 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 EmbedProvider

Properties

| Improve this Doc View Source

Name

Gets the name of the provider.

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

A string representing the name of the provider.

| Improve this Doc View Source

Url

Gets the URL of the provider.

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

A string representing the link to the provider.

Methods

| Improve this Doc View Source

ToString()

Gets the name of the provider.

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