Serializes the class to a string. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As SearchFolderDescription
Dim returnValue As String

returnValue = instance.SerializeClassToString

Syntax

Visual Basic
Public Function SerializeClassToString As String
C#
public string SerializeClassToString ()
C++
public:
String^ SerializeClassToString ()
J#
public String SerializeClassToString ()
JScript
public function SerializeClassToString () : String

Return Value

Serialized string.

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