Gets or sets the folder description for the root node description.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Syntax
Visual Basic |
<XmlElementAttribute("FolderDescription", IsNullable:=False)> _
Public Property FolderDescription As FolderDescription
|
C# |
[XmlElementAttribute("FolderDescription", IsNullable=false)]
public FolderDescription FolderDescription { get; set; }
|
J# |
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public FolderDescription get_FolderDescription ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_FolderDescription (FolderDescription value)
|
JScript |
DebuggerStepThroughAttribute
public function get FolderDescription () : FolderDescription
DebuggerStepThroughAttribute
public function set FolderDescription (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