Gets or sets the name of the provider class that is managed by the folder. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As FolderDescription
Dim value As String

value = instance.ContainerClass

instance.ContainerClass = value

Syntax

Visual Basic
<XmlElementAttribute("ContainerClass")> _
Public Property ContainerClass As String
C#
[XmlElementAttribute("ContainerClass")] 
public string ContainerClass { get; set; }
C++
[XmlElementAttribute(L"ContainerClass")] 
public:
property String^ ContainerClass {
		String^ get ();
		void set (String^ value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public String get_ContainerClass ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_ContainerClass (String value)
JScript
DebuggerStepThroughAttribute 
public function get ContainerClass () : String

DebuggerStepThroughAttribute 
public function set ContainerClass (value : String)

Property Value

Class name string.

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