AmpComponentRequiredScript Property |
Required script that muct be added to head section.
Namespace:
Aspose.Email.Amp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic abstract string RequiredScript { get; }
Public MustOverride ReadOnly Property RequiredScript As String
Get
public:
virtual property String^ RequiredScript {
String^ get () abstract;
}
abstract RequiredScript : string with get
Property Value
Type:
String
See Also