[This is preliminary documentation and is subject to change.]
Gets/Sets a message topic/relation - the name of software concern within the big app, i.e. "Database" or "Security"
Namespace: NFX.LogAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public string Topic { get; set; }
public string Topic { get; set; }
Public Property Topic As String
Get
Set
Public Property Topic As String
Get
Set
public:
property String^ Topic {
String^ get ();
void set (String^ value);
}
public:
property String^ Topic {
String^ get ();
void set (String^ value);
}
member Topic : string with get, set
member Topic : string with get, set
Property Value
Type:
String