FolderDescription.ContainerClass Property
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
'Usage
Dim instance As FolderDescription
Dim value As String
value = instance.ContainerClass
instance.ContainerClass = value
Syntax
'Declaration
<XmlElementAttribute("ContainerClass")> _
Public Property ContainerClass As String
[XmlElementAttribute("ContainerClass")]
public string ContainerClass { get; set; }
[XmlElementAttribute(L"ContainerClass")]
public:
property String^ ContainerClass {
String^ get ();
void set (String^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public String get_ContainerClass ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_ContainerClass (String value)
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
Reference
FolderDescription Class
FolderDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace