InheritanceAttribute.InheritanceLevel Property

Definition

Gets or sets the current inheritance level stored in this attribute.

public:
 property System::ComponentModel::InheritanceLevel InheritanceLevel { System::ComponentModel::InheritanceLevel get(); };
public System.ComponentModel.InheritanceLevel InheritanceLevel { get; }
member this.InheritanceLevel : System.ComponentModel.InheritanceLevel
Public ReadOnly Property InheritanceLevel As InheritanceLevel

Property Value

The InheritanceLevel stored in this attribute.

Applies to

See also