Interface IEmbedField
public interface IEmbedField
Properties
IsInline
Whether the field should be displayed inline.
bool IsInline { get; }
Property Value
Name
The name of the field.
string Name { get; }
Property Value
Value
The value of the field.
string Value { get; }