Gets or sets the namespace GUID of the created node. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As PaneItemDescriptionBase
Dim value As Guid

value = instance.NamespaceGuid

instance.NamespaceGuid = value

Syntax

Visual Basic
<XmlAttributeAttribute("NamespaceGuid")> _
Public Property NamespaceGuid As Guid
C#
[XmlAttributeAttribute("NamespaceGuid")] 
public Guid NamespaceGuid { get; set; }
C++
[XmlAttributeAttribute(L"NamespaceGuid")] 
public:
property Guid NamespaceGuid {
		Guid get ();
		void set (Guid value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public Guid get_NamespaceGuid ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_NamespaceGuid (Guid value)
JScript
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 snap-in. 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