Share via


NoSuchClassException.ClassName Property

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As NoSuchClassException
Dim value As String

value = instance.ClassName

Syntax

'Declaration
Public ReadOnly Property ClassName As String
public string ClassName { get; }
public:
property String^ ClassName {
    String^ get ();
}
/** @property */
public String get_ClassName ()
public function get ClassName () : String

Property Value

Returns a 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

Target Platforms

See Also

Reference

NoSuchClassException Class
NoSuchClassException Members
Microsoft.MetadirectoryServices Namespace
NoSuchClassException Class