Property Verbose
Verbose
Returns true
if verbosing is enabled. This method is usually used in
conjunction with Message(String), like that:
if (Verbose) {
Message("your message");
}
Declaration
protected bool Verbose { get; }
Property Value
Type | Description |
---|---|
System.Boolean |