PropertySheet.SnapIn Property

 

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