Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the instance of the snap-in that is associated with the node.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public NamespaceSnapInBase SnapIn { get; }
public:
property NamespaceSnapInBase^ SnapIn {
NamespaceSnapInBase^ get();
}
member SnapIn : NamespaceSnapInBase with get
Public ReadOnly Property SnapIn As NamespaceSnapInBase
Property Value
Type: Microsoft.ManagementConsole.NamespaceSnapInBase
The instance of the snap-in.
See Also
Node Class
Microsoft.ManagementConsole Namespace
Return to top