Table of Contents

Interface IEmbedField

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll
public interface IEmbedField

Properties

IsInline

Whether the field should be displayed inline.

bool IsInline { get; }

Property Value

bool

Name

The name of the field.

string Name { get; }

Property Value

string

Value

The value of the field.

string Value { get; }

Property Value

string