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

Visual Basic
Dim instance As SmsPageData
Dim value As SmsSnapInBase

value = instance.Snapin

instance.Snapin = value

Syntax

Visual Basic
Public Property Snapin As SmsSnapInBase
C#
public SmsSnapInBase Snapin { get; set; }
C++
public:
property SmsSnapInBase^ Snapin {
		SmsSnapInBase^ get ();
		void set (SmsSnapInBase^ value);
}
J#
/** @property */
public SmsSnapInBase get_Snapin ()

/** @property */
public void set_Snapin (SmsSnapInBase value)
JScript
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