Share via


SmsPageData.Snapin Property

Gets or sets the Configuration Manager console snap-in for the Microsoft Management Console.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim instance As SmsPageData
Dim value As SmsSnapInBase

value = instance.Snapin

instance.Snapin = value

Syntax

'Declaration
Public Property Snapin As SmsSnapInBase
public SmsSnapInBase Snapin { get; set; }
public:
property SmsSnapInBase^ Snapin {
    SmsSnapInBase^ get ();
    void set (SmsSnapInBase^ value);
}
/** @property */
public SmsSnapInBase get_Snapin ()

/** @property */
public void set_Snapin (SmsSnapInBase value)
public function get Snapin () : SmsSnapInBase

public function set Snapin (value : SmsSnapInBase)

Property Value

SmsSnapInBase object.

Remarks

Your application uses the snap-in to get the console, launch help, etc.

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

Reference

SmsPageData Class
SmsPageData Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
SmsSnapInBase