| SolutionEventLog Property |
[This is preliminary documentation and is subject to change.]
Array of strings containing the Event Log
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public string[] EventLog { get; }
Public ReadOnly Property EventLog As String()
Get
public:
property array<String^>^ EventLog {
array<String^>^ get ();
}
member EventLog : string[] with get
Property Value
Type:
StringSee Also