Assembly.CodeBase Property

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

Syntax

'Declaration
Public Overridable ReadOnly Property CodeBase As String
    Get
'Usage
Dim instance As [Assembly]
Dim value As String

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

Property Value

Type: String

.NET Framework Security

See Also

Reference

Assembly Class

Assembly Members

System.Reflection.Mock Namespace