Partager via


NodeDescription.ActiveFolderDescription Property

Gets or sets the active folder description.

Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

'Usage
Dim instance As NodeDescription
Dim value As FolderDescription

value = instance.ActiveFolderDescription

instance.ActiveFolderDescription = value

Syntax

'Declaration
<XmlIgnoreAttribute> _
Public Property ActiveFolderDescription As FolderDescription
[XmlIgnoreAttribute] 
public FolderDescription ActiveFolderDescription { get; set; }
[XmlIgnoreAttribute] 
public:
property FolderDescription^ ActiveFolderDescription {
    FolderDescription^ get ();
    void set (FolderDescription^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public FolderDescription get_ActiveFolderDescription ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_ActiveFolderDescription (FolderDescription value)
DebuggerStepThroughAttribute 
public function get ActiveFolderDescription () : FolderDescription

DebuggerStepThroughAttribute 
public function set ActiveFolderDescription (value : FolderDescription)

Property Value

FolderDescription 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

Reference

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