Gets or sets the value that the provider uses in folder management
operations.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Visual Basic |
Dim instance As FolderDescription
Dim value As Integer
value = instance.ContainerValue
instance.ContainerValue = value
|
Syntax
Visual Basic |
<XmlElementAttribute("ContainerValue")> _
<DefaultValueAttribute(0)> _
Public Property ContainerValue As Integer
|
C# |
[XmlElementAttribute("ContainerValue")]
[DefaultValueAttribute(0)]
public int ContainerValue { get; set; }
|
C++ |
[XmlElementAttribute(L"ContainerValue")]
[DefaultValueAttribute(0)]
public:
property int ContainerValue {
int get ();
void set (int value);
}
|
J# |
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public int get_ContainerValue ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_ContainerValue (int value)
|
JScript |
DebuggerStepThroughAttribute
public function get ContainerValue () : int
DebuggerStepThroughAttribute
public function set ContainerValue (value : int)
|
Property Value
Folder management value.
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