AmpAttributesIsPlaceHolder Property |
The placeholder attribute indicates that the element marked with this attribute acts as a placeholder for the parent AMP element.
Namespace:
Aspose.Email.Amp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public bool IsPlaceHolder { get; set; }
Public Property IsPlaceHolder As Boolean
Get
Set
public:
property bool IsPlaceHolder {
bool get ();
void set (bool value);
}
member IsPlaceHolder : bool with get, set
Property Value
Type:
BooleanSee Also