AmpAttributesIsFallback Property |
Define that current element is fallback.
Namespace:
Aspose.Email.Amp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic bool IsFallback { get; set; }
Public Property IsFallback As Boolean
Get
Set
public:
property bool IsFallback {
bool get ();
void set (bool value);
}
member IsFallback : bool with get, set
Property Value
Type:
Boolean
See Also