Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the XML nodes for the snap-in.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As SmsSnapInBase
Dim value As AdminConsole
value = instance.ConsoleXmlNodes
Syntax
'Declaration
Public ReadOnly Property ConsoleXmlNodes As AdminConsole
public AdminConsole ConsoleXmlNodes { get; }
public:
property AdminConsole^ ConsoleXmlNodes {
AdminConsole^ get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public AdminConsole get_ConsoleXmlNodes ()
DebuggerStepThroughAttribute
public function get ConsoleXmlNodes () : AdminConsole
Property Value
AdminConsole objects that represent the XML nodes.
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
SmsSnapInBase Class
SmsSnapInBase Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
AdminConsole