CSharpProjectProperties7.ReferencePath Property
Namespace: VSLangProj110
Assembly: VSLangProj110 (in VSLangProj110.dll)
Syntax
'Declaration
Property ReferencePath As String
string ReferencePath { get; set; }
property String^ ReferencePath {
String^ get ();
void set (String^ value);
}
abstract ReferencePath : string with get, set
function get ReferencePath () : String
function set ReferencePath (value : String)
Property Value
Type: System.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.