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
'Usage
Dim instance As Reference3 
Dim value As prjReferenceType 

value = instance.Type
prjReferenceType Type { get; }
property prjReferenceType Type {
    prjReferenceType get ();
}
function get Type () : prjReferenceType

Property Value

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

Implements

Reference2.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

Reference3 Members

Type Overload

VSLangProj80 Namespace