Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.