AmpComponentAttributes Property |
AMP provides a set of common attributes that are extended to many AMP components.
Namespace:
Aspose.Email.Amp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic AmpAttributes Attributes { get; }
Public ReadOnly Property Attributes As AmpAttributes
Get
public:
property AmpAttributes^ Attributes {
AmpAttributes^ get ();
}
member Attributes : AmpAttributes with get
Property Value
Type:
AmpAttributes
See Also