Okapi .NET Library

ILog.SetTitle Method 

 [This is preliminary documentation and subject to change.]

Sets the title/caption of the log.

[Visual Basic]
Sub SetTitle( _ 
   ByVal p_sValue As String _ 
)
[C#]
void SetTitle(
   string p_sValue
);
[C++]
void SetTitle(
   String* p_sValue
);
[JScript]
function SetTitle(
   String p_sValue
);

Parameters

p_sValue
The text to use as title/caption for the log.

See Also

ILog Interface | Okapi.Library.Base Namespace