ConsoleXmlAttribute.XmlFileName Property
Gets or sets the name of the console XML file.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As ConsoleXmlAttribute
Dim value As String
value = instance.XmlFileName
instance.XmlFileName = value
Syntax
'Declaration
Public Property XmlFileName As String
public string XmlFileName { get; set; }
public:
property String^ XmlFileName {
String^ get ();
void set (String^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public String get_XmlFileName ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_XmlFileName (String value)
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
Reference
ConsoleXmlAttribute Class
ConsoleXmlAttribute Members
Microsoft.ConfigurationManagement.AdminConsole Namespace