Share via


AssemblyObsoleteEventArgs.ObsoleteAssembly Property

Definition

Gets the Assembly that has become obsolete.

public:
 property System::Reflection::Assembly ^ ObsoleteAssembly { System::Reflection::Assembly ^ get(); };
public System.Reflection.Assembly ObsoleteAssembly { get; }
member this.ObsoleteAssembly : System.Reflection.Assembly
Public ReadOnly Property ObsoleteAssembly As Assembly

Property Value

An Assembly that has become obsolete.

Applies to