Gets the assembly-qualified name of the Type, which includes the name of the assembly from which the Type was loaded.

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public string AssemblyQualifiedName { get; }
Visual Basic
Public ReadOnly Property AssemblyQualifiedName As String
	Get

Property Value

Type: String

See Also