A string of alternate text, similar to the alt attribute on img.
Namespace:
Aspose.Email.Amp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public string Alt { get; set; }
Public Property Alt As String
Get
Set
public:
property String^ Alt {
String^ get ();
void set (String^ value);
}
member Alt : string with get, set
Property Value
Type:
StringSee Also