DevForce Help Reference
ServiceName Property (LoggingElement)


Gets or sets the name for the Trace Publisher Service - will default to 'TracePublisher' if not specified.
Syntax
'Declaration
 
<DescriptionAttribute("Name for the Trace Publisher Service - will default if not specified")>
<XmlAttributeAttribute("serviceName")>
<DefaultValueAttribute()>
Public Property ServiceName As String
'Usage
 
Dim instance As LoggingElement
Dim value As String
 
instance.ServiceName = value
 
value = instance.ServiceName
[Description("Name for the Trace Publisher Service - will default if not specified")]
[XmlAttribute("serviceName")]
[DefaultValue()]
public string ServiceName {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