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
AssemblyReferenceType ReferenceKind { get; }
property AssemblyReferenceType ReferenceKind {
    AssemblyReferenceType get ();
}
abstract ReferenceKind : AssemblyReferenceType with get
function get ReferenceKind () : AssemblyReferenceType

Property Value

Type: VsWebSite.AssemblyReferenceType
An AssemblyReferenceType object.

.NET Framework Security

See Also

Reference

AssemblyReference Interface

VsWebSite Namespace