ClassAddProjectReference
Class
Indicates to the designer to add a reference to this assembly when generating a code behind file.
Definition
Namespace:ArtOfTest.Common
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = false, Inherited = false)]
public class AddProjectReference : Attribute, _Attribute
Inheritance: objectAttributeAddProjectReference
Implements:
Inherited Members
Constructors
AddProjectReference()
Initializes a new instance of the AddProjectReference class
Declaration
cs-api-definition
public AddProjectReference()