Gets or sets the specification information for the project reference. The reference specification is made up of the project’s GUID and the project’s Visual Studio unique name, separated by a “|” character.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Property ReferenceSpecification As String
string ReferenceSpecification { get; set; }
property String^ ReferenceSpecification {
String^ get ();
void set (String^ value);
}
abstract ReferenceSpecification : string with get, set
function get ReferenceSpecification () : String
function set ReferenceSpecification (value : String)
Property Value
Type: String
The reference specification 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.