Share via


FullName Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the fully qualified name of the Type, including the namespace of the Type but not the assembly.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property FullName As String
public abstract string FullName { get; }
public:
virtual property String^ FullName {
    String^ get () abstract;
}
abstract FullName : string with get
abstract function get FullName () : String

Property Value

Type: System. . :: . .String
The fully qualified name of the Type, including the namespace of the Type but not the assembly; or nullNothingnullptrunita null reference (Nothing in Visual Basic) if the current instance represents a generic type parameter, an array type, pointer type, or byref type based on a type parameter, or a generic type that is not a generic type definition but contains unresolved type parameters.

.NET Framework Security

See Also

Reference

Type Class

System Namespace