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