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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.