ServerPort Property
See Also 
SourceCode.Workflow.Design.EnvironmentSettings Namespace > SmartObjectField Class : ServerPort Property



Glossary Item Box

Gets the server port.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ServerPort As String
Visual Basic (Usage)Copy Code
Dim instance As SmartObjectField
Dim value As String
 
value = instance.ServerPort
C# 
public string ServerPort {get;}
C++/CLI 
public:
property String^ ServerPort {
   String^ get();
}

Property Value

The server port.

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