AddInCustomErrorMessage Property |
Gets the message of a custom load error. Used only when AddInAction is set to CustomError.
Settings this property to a non-null value causes Enabled to be set to false and
Action to be set to AddInAction.CustomError.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public string? CustomErrorMessage { get; }
Property Value
StringSee Also