Type.FullName Property

Namespace:  System.Reflection.Mock
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property FullName As String
    Get
'Usage
Dim instance As Type
Dim value As String

value = instance.FullName
public abstract string FullName { get; }
public:
virtual property String^ FullName {
    String^ get () abstract;
}
abstract FullName : string
abstract function get FullName () : String

Property Value

Type: String

.NET Framework Security

See Also

Reference

Type Class

Type Members

System.Reflection.Mock Namespace