Reference2::RuntimeVersion Property

 

Gets and sets the version of the runtime the reference was built against. Read-only.

Namespace:   VSLangProj2
Assembly:  VSLangProj2 (in VSLangProj2.dll)

property String^ RuntimeVersion {
	String^ get();
}

Property Value

Type: System::String^

A string representing the version of the runtime the reference was built against.

Return to top
Show: