IdeaBlade DevForce 2010 Help Reference
Port Property
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core.Configuration Namespace > LoggingElement Class : Port Property



Gets or sets the port for the Trace Publisher Service - will default to '9922' if not specified.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("Port for the Trace Publisher Service - will default if not specified")>
<XmlAttributeAttribute("port")>
Public Property Port As Integer
Visual Basic (Usage)Copy Code
Dim instance As LoggingElement
Dim value As Integer
 
instance.Port = value
 
value = instance.Port
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("Port for the Trace Publisher Service - will default if not specified")]
[XmlAttributeAttribute("port")]
public int Port {get; set;}
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute("Port for the Trace Publisher Service - will default if not specified")]
[XmlAttributeAttribute("port")]
public:
property int Port {
   int get();
   void set (    int value);
}

Remarks

See the IdeaBlade.Core.TracePublisher for more information.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.