Type.Namespace Property

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

Syntax

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

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

Property Value

Type: String

.NET Framework Security

See Also

Reference

Type Class

Type Members

System.Reflection.Mock Namespace