Share via


Reference3.Type Property

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

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

Syntax

'Declaration
ReadOnly Property Type As prjReferenceType
prjReferenceType Type { get; }
property prjReferenceType Type {
    prjReferenceType get ();
}
abstract Type : prjReferenceType with get
function get Type () : prjReferenceType

Property Value

Type: VSLangProj.prjReferenceType
A prjReferenceType enumeration value indicating the reference type.

Remarks

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.

.NET Framework Security

See Also

Reference

Reference3 Interface

VSLangProj80 Namespace