Assembly.Location Property

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

Syntax

'Declaration
Public MustOverride ReadOnly Property Location As String
    Get
'Usage
Dim instance As [Assembly]
Dim value As String

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

Property Value

Type: String

.NET Framework Security

See Also

Reference

Assembly Class

Assembly Members

System.Reflection.Mock Namespace