Note: This API is now obsolete.
[Missing <summary> documentation for "P:Landis.Core.ICore.Log"]
Namespace: Landis.CoreAssembly: Landis.Core (in Landis.Core.dll) Version: 6.1.5452.26346
Syntax[ObsoleteAttribute("Use the UI property instead.")]
IUserInterface Log { get; }
<ObsoleteAttribute("Use the UI property instead.")>
ReadOnly Property Log As IUserInterface
Get
[ObsoleteAttribute(L"Use the UI property instead.")]
property IUserInterface^ Log {
IUserInterface^ get ();
}
[<ObsoleteAttribute("Use the UI property instead.")>]
abstract Log : IUserInterface with get
Property Value
Type:
IUserInterface
See Also