Gets or sets the active folder description.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Syntax
Visual Basic |
<XmlIgnoreAttribute> _
Public Property ActiveFolderDescription As FolderDescription
|
C# |
[XmlIgnoreAttribute]
public FolderDescription ActiveFolderDescription { get; set; }
|
J# |
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public FolderDescription get_ActiveFolderDescription ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_ActiveFolderDescription (FolderDescription value)
|
JScript |
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