NET Logging Library
Url Property (WebserviceTarget)



KellermanSoftware.NetLoggingLibrary.Targets Namespace > WebserviceTarget Class : Url Property
URL of the web service
Syntax
Public Property Url As String
Dim instance As WebserviceTarget
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

WebserviceTarget Class
WebserviceTarget Members