DevForce Help Reference
Port Property (LoggingElement)


Gets or sets the port for the Trace Publisher Service - will default to '9922' if not specified.
Syntax
'Declaration
 
<DescriptionAttribute("Port for the Trace Publisher Service - will default if not specified")>
<XmlAttributeAttribute("port")>
<DefaultValueAttribute()>
Public Property Port As Integer
'Usage
 
Dim instance As LoggingElement
Dim value As Integer
 
instance.Port = value
 
value = instance.Port
[Description("Port for the Trace Publisher Service - will default if not specified")]
[XmlAttribute("port")]
[DefaultValue()]
public int Port {get; set;}
Remarks
See the IdeaBlade.Core.TracePublisher for more information.
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

Reference

LoggingElement Class
LoggingElement Members

Send Feedback