AmpAttributesIsNoloading Property |
The noloading attribute indicates whether the "loading indicator" should be turned off for this element.
Namespace:
Aspose.Email.Amp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic bool IsNoloading { get; set; }
Public Property IsNoloading As Boolean
Get
Set
public:
property bool IsNoloading {
bool get ();
void set (bool value);
}
member IsNoloading : bool with get, set
Property Value
Type:
Boolean
See Also