RootNodeDescription.NamespaceGuid Property
Gets or sets the GUID of the created root node, for example, "b9d5eb40-ba4a-4959-90a4-bca17f547148".
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As RootNodeDescription
Dim value As Guid
value = instance.NamespaceGuid
instance.NamespaceGuid = value
Syntax
'Declaration
<XmlAttributeAttribute("NamespaceGuid")> _
Public Property NamespaceGuid As Guid
[XmlAttributeAttribute("NamespaceGuid")]
public Guid NamespaceGuid { get; set; }
[XmlAttributeAttribute(L"NamespaceGuid")]
public:
property Guid NamespaceGuid {
Guid get ();
void set (Guid value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public Guid get_NamespaceGuid ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_NamespaceGuid (Guid value)
DebuggerStepThroughAttribute
public function get NamespaceGuid () : Guid
DebuggerStepThroughAttribute
public function set NamespaceGuid (value : Guid)
Property Value
Namespace GUID.
Remarks
The GUID is used by the Microsoft Management Console to enable namespace extensions, for example, the Configuration Manager console. If this value is blank, the node is not published to third-party snap-in extensions.
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
RootNodeDescription Class
RootNodeDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace