NET Logging Library
WebMethodName Property



KellermanSoftware.NetLoggingLibrary.Targets Namespace > WebserviceTarget Class : WebMethodName Property
The name of the web service to post to
Syntax
Public Property WebMethodName As String
Dim instance As WebserviceTarget
Dim value As String
 
instance.WebMethodName = value
 
value = instance.WebMethodName
public string WebMethodName {get; set;}
public:
property String^ WebMethodName {
   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