NET Logging Library
Url Property (NLogViewerTarget)



KellermanSoftware.NetLoggingLibrary.Targets Namespace > NLogViewerTarget Class : Url Property
The URL of the NLog Viewer
Syntax
Public Property Url As String
Dim instance As NLogViewerTarget
Dim value As String
 
instance.Url = value
 
value = instance.Url
public string Url {get; set;}
public:
property String^ Url {
   String^ get();
   void set (    String^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NLogViewerTarget Class
NLogViewerTarget Members