Article Constructor

Definition

Initializes a new instance of the Article class.

protected:
 Article();
protected Article ();
Protected Sub New ()

Remarks

This constructor is called by the derived class constructors to initialize state in this type.

Applies to