ResponseMessageIsSuccess Property |
Gets a value indicating whether this message is success.
Namespace: Aspose.Html.NetAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public bool IsSuccess { get; }
Public ReadOnly Property IsSuccess As Boolean
Get
public:
property bool IsSuccess {
bool get ();
}
member IsSuccess : bool with get
Property Value
Type:
Booleantrue if this instance is success; otherwise,
false.
See Also