次の方法で共有


FolderDescription.ContainerValue Property

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

'Usage
Dim instance As FolderDescription
Dim value As Integer

value = instance.ContainerValue

instance.ContainerValue = value

Syntax

'Declaration
<XmlElementAttribute("ContainerValue")> _
<DefaultValueAttribute(0)> _
Public Property ContainerValue As Integer
[XmlElementAttribute("ContainerValue")] 
[DefaultValueAttribute(0)] 
public int ContainerValue { get; set; }
[XmlElementAttribute(L"ContainerValue")] 
[DefaultValueAttribute(0)] 
public:
property int ContainerValue {
    int get ();
    void set (int value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public int get_ContainerValue ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_ContainerValue (int value)
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

Reference

FolderDescription Class
FolderDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace