Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Signature
C#
C#
public System.String LogFileName{ get; set; }
Signature
vb.net
vb.net
<p>PublicPublic Property LogFileName() As String</p>String
Example
Code Block
csharp
csharp
titleC#
h2w.LogFileName = @"c:\SoftArtisans\HTMLProjects\Log Files";
Code Block
vb.net
vb.net
titlevb.net
h2w.LogFileName = "c:\SoftArtisans\HTMLProjects\Log Files"