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

Visual Basic
Dim instance As RootNodeDescription
Dim value As FolderDescription

value = instance.FolderDescription

instance.FolderDescription = value

Syntax

Visual Basic
<XmlElementAttribute("FolderDescription", IsNullable:=False)> _
Public Property FolderDescription As FolderDescription
C#
[XmlElementAttribute("FolderDescription", IsNullable=false)] 
public FolderDescription FolderDescription { get; set; }
C++
[XmlElementAttribute(L"FolderDescription", IsNullable=false)] 
public:
property FolderDescription^ FolderDescription {
		FolderDescription^ get ();
		void set (FolderDescription^ value);
}
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