AssemblyReference.ReferenceKind Property
Gets the type of the assembly reference.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
AssemblyReferenceType ReferenceKind { get; }
property AssemblyReferenceType ReferenceKind {
AssemblyReferenceType get();
}
abstract ReferenceKind : AssemblyReferenceType with get
ReadOnly Property ReferenceKind As AssemblyReferenceType
Property Value
Type: VsWebSite.AssemblyReferenceType
An AssemblyReferenceType object.
See Also
AssemblyReference Interface
VsWebSite Namespace
Return to top