C-DEngine 5.105

TheGELFLogEntry..::.._topic Property

TSM Topic (if applicable)

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string _topic { get; set; }
Public Property _topic As String
	Get
	Set
public:
property String^ _topic {
	String^ get ();
	void set (String^ value);
}