Share via


ReflectionModuleEnumerator.BasePath Property

Gets or sets the path where the assemblies to be reflected are located.

Namespace: Microsoft.Practices.CompositeUI.Services
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Public Property BasePath As String
'Usage
Dim instance As ReflectionModuleEnumerator
Dim value As String

value = instance.BasePath

instance.BasePath = value
public string BasePath { get; set; }
public:
property String^ BasePath {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_BasePath ()

/** @property */
public void set_BasePath (String value)
public function get BasePath () : String

public function set BasePath (value : String)

See Also

Reference

ReflectionModuleEnumerator Class
ReflectionModuleEnumerator Members
Microsoft.Practices.CompositeUI.Services Namespace