WebServiceURL Property
See Also 
SourceCode.Workflow.Design.EnvironmentSettings Namespace > WebServiceField Class : WebServiceURL Property



Glossary Item Box

Gets or sets the web service URL.

Syntax

Visual Basic (Declaration) 
<SourceCode.EnvironmentSettings.Client.FieldDisplayableAttribute(DisplayName="Web Service URL:", 
   PropertyBindingName="WebServiceURL", 
   IsHostServerConnectionString=False)>
Public Property WebServiceURL As String
Visual Basic (Usage)Copy Code
Dim instance As WebServiceField
Dim value As String
 
instance.WebServiceURL = value
 
value = instance.WebServiceURL
C# 
[SourceCode.EnvironmentSettings.Client.FieldDisplayable(DisplayName="Web Service URL:", 
   PropertyBindingName="WebServiceURL", 
   IsHostServerConnectionString=false)]
public string WebServiceURL {get; set;}
C++/CLI 
[SourceCode.EnvironmentSettings.Client.FieldDisplayable(DisplayName="Web Service URL:", 
   PropertyBindingName="WebServiceURL", 
   IsHostServerConnectionString=false)]
public:
property String^ WebServiceURL {
   String^ get();
   void set (    String^ value);
}

Property Value

The web service URL.

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