DevForce Help Reference
FullyQualifiedLogFile Property


Gets the fully-qualified name of the log file.
Syntax
'Declaration
 
<ConfigEditorAttribute(False)>
<XmlIgnoreAttribute()>
Public Property FullyQualifiedLogFile As String
'Usage
 
Dim instance As LoggingElement
Dim value As String
 
instance.FullyQualifiedLogFile = value
 
value = instance.FullyQualifiedLogFile
[ConfigEditor(false)]
[XmlIgnore()]
public string FullyQualifiedLogFile {get; set;}
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