C-DEngine 5.105

TheProcessMessage..::..Topic Property

Publication Topic. Most plugins use the Plugin-Service ClassName

Namespace:  nsCDEngine.ViewModels
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);
}