Okapi .NET Library

Log.SetTitle Method 

 [This is preliminary documentation and subject to change.]

Implements ILog.SetTitle.

[Visual Basic]
Public Sub SetTitle( _ 
   ByVal p_sValue As String _ 
) _
    Implements ILog.SetTitle
[C#]
public void SetTitle(
   string p_sValue
);
[C++]
public: void SetTitle(
   String* p_sValue
);
[JScript]
public function SetTitle(
   String p_sValue
);

Implements

ILog.SetTitle

See Also

Log Class | Okapi.Library.Base Namespace