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



Glossary Item Box

Gets or sets the publish URL.

Syntax

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

Property Value

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