LogMessage.IsSpam Property

FFF3PP

LogMessageIsSpam Property

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "P:Furcadia.Logging.LogMessage.IsSpam"]

Namespace:  Furcadia.Logging
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public bool IsSpam { get; }
Public ReadOnly Property IsSpam As Boolean
	Get

Dim instance As LogMessage
Dim value As Boolean

value = instance.IsSpam
public:
property bool IsSpam {
	bool get ();
}
member IsSpam : bool with get

Property Value

Type: Boolean
See Also