Node.SnapIn Property
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