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



Glossary Item Box

Gets or sets the extensions URL.

Syntax

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

Property Value

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