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