Gets a folder description from the specified node description. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Common
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim description As Object
Dim returnValue As FolderDescription

returnValue = UtilityClass.GetFolderDescriptionFromNodeDescription(description)

Syntax

Visual Basic
Public Shared Function GetFolderDescriptionFromNodeDescription ( _
		description As Object _
) As FolderDescription
C#
public static FolderDescription GetFolderDescriptionFromNodeDescription (
		Object description
)
C++
public:
static FolderDescription^ GetFolderDescriptionFromNodeDescription (
		Object^ description
)
J#
public static FolderDescription GetFolderDescriptionFromNodeDescription (
		Object description
)
JScript
public static function GetFolderDescriptionFromNodeDescription (
		description : Object
) : FolderDescription

Parameters

description

[in] System.Object instance that represents the node description.

Return 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