InquireUrl Property
See Also 
SourceCode.Workflow.Design.EnvironmentSettings Namespace > UddiServerField Class : InquireUrl Property



Glossary Item Box

Gets or sets the inquire URL.

Syntax

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

Property Value

The inquire 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