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 owner snap-in for the property sheet.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public SnapInBase SnapIn { get; }
public:
property SnapInBase^ SnapIn {
SnapInBase^ get();
}
member SnapIn : SnapInBase with get
Public ReadOnly Property SnapIn As SnapInBase
Property Value
Type: Microsoft.ManagementConsole.SnapInBase
The snap-in
See Also
PropertySheet Class
Microsoft.ManagementConsole Namespace
Return to top