Gets or sets the snap-in for the dialog box.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Syntax
Visual Basic |
Public Shared Property SnapIn As NamespaceSnapInBase
|
C# |
public static NamespaceSnapInBase SnapIn { get; set; }
|
C++ |
public:
static property NamespaceSnapInBase^ SnapIn {
NamespaceSnapInBase^ get ();
void set (NamespaceSnapInBase^ value);
}
|
J# |
/** @property */
public static NamespaceSnapInBase get_SnapIn ()
/** @property */
public static void set_SnapIn (NamespaceSnapInBase value)
|
JScript |
public static function get SnapIn () : NamespaceSnapInBase
public static function set SnapIn (value : NamespaceSnapInBase)
|
Property Value
Microsoft.ManagementConsole.NamespaceSnapInBase object.
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