Gets or sets the name of the console XML file.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Visual Basic |
Dim instance As ConsoleXmlAttribute
Dim value As String
value = instance.XmlFileName
instance.XmlFileName = value
|
Syntax
Visual Basic |
Public Property XmlFileName As String
|
C# |
public string XmlFileName { get; set; }
|
C++ |
public:
property String^ XmlFileName {
String^ get ();
void set (String^ value);
}
|
J# |
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public String get_XmlFileName ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_XmlFileName (String value)
|
JScript |
DebuggerStepThroughAttribute
public function get XmlFileName () : String
DebuggerStepThroughAttribute
public function set XmlFileName (value : String)
|
Property Value
Console XML file name.
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also