Class Message
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Utility.Logging
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class Message : APIBase, IEquatable<APIBase>
Properties
Text
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
System.String |
Verbose
Declaration
public bool Verbose { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>