Partager via


RootNodeDescription.FolderDescription Property

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

'Usage
Dim instance As RootNodeDescription
Dim value As FolderDescription

value = instance.FolderDescription

instance.FolderDescription = value

Syntax

'Declaration
<XmlElementAttribute("FolderDescription", IsNullable:=False)> _
Public Property FolderDescription As FolderDescription
[XmlElementAttribute("FolderDescription", IsNullable=false)] 
public FolderDescription FolderDescription { get; set; }
[XmlElementAttribute(L"FolderDescription", IsNullable=false)] 
public:
property FolderDescription^ FolderDescription {
    FolderDescription^ get ();
    void set (FolderDescription^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public FolderDescription get_FolderDescription ()

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

Reference

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