| Visual Basic (Declaration) | |
|---|---|
<DefaultValueAttribute()> <XmlAttributeAttribute("serviceName")> <DescriptionAttribute("Name for the Trace Publisher Service - will default if not specified")> Public Property ServiceName As String  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As LoggingElement Dim value As String instance.ServiceName = value value = instance.ServiceName  | |
| C# | |
|---|---|
[DefaultValueAttribute()] [XmlAttributeAttribute("serviceName")] [DescriptionAttribute("Name for the Trace Publisher Service - will default if not specified")] public string ServiceName {get; set;}  | |
| C++/CLI | |
|---|---|
[DefaultValueAttribute()] [XmlAttributeAttribute("serviceName")] [DescriptionAttribute("Name for the Trace Publisher Service - will default if not specified")] public: property String^ ServiceName { String^ get(); void set ( String^ 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