Reference3::Type Property

 

Obsolete. Included for backward compatibility only. Use RefType instead.

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

property prjReferenceType Type {
	prjReferenceType get();
}

Property Value

Type: VSLangProj::prjReferenceType

A prjReferenceType enumeration value indicating the reference type.

Most of the property values of a reference are affected by the reference type. For example, assemblies have a meaningful BuildNumber property and RevisionNumber property. For COM references, these properties are set to 0.

Return to top
Show: