Read-only. Get the path relative to the base directory where the assembly resolver should probe for shared assemblies. Shared assemblies are published assemblies. Published assemblies need not be deployed in the same directory structure as the application.
[Visual Basic] Public ReadOnly Property SharedSearchPath As String [C#] public string SharedSearchPath {get;} [C++] public: __property String* get_SharedSearchPath(); [JScript] public function get SharedSearchPath() : String;
Get the path relative to the base directory where the assembly resolver should probe for shared assemblies.