| 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); }  | |
See the IdeaBlade.Core.TracePublisher for more information.
            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