Share via


AssemblyReference.ReferenceKind Property

Gets the type of the assembly reference.

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

'Declaration
ReadOnly Property ReferenceKind As AssemblyReferenceType
'Usage
Dim instance As AssemblyReference 
Dim value As AssemblyReferenceType 

value = instance.ReferenceKind
AssemblyReferenceType ReferenceKind { get; }
property AssemblyReferenceType ReferenceKind {
    AssemblyReferenceType get ();
}
function get ReferenceKind () : AssemblyReferenceType

Property Value

Type: VsWebSite.AssemblyReferenceType
An AssemblyReferenceType object.

.NET Framework Security

See Also

Reference

AssemblyReference Interface

AssemblyReference Members

VsWebSite Namespace