Bridge

AttributeUsageAttribute..::..Inherited Property

Gets or sets a Boolean value indicating whether the indicated attribute can be inherited by derived classes and overriding members.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public bool Inherited { get; set; }
Public Property Inherited As Boolean
	Get
	Set
public:
property bool^ Inherited {
	bool^ get ();
	void set (bool^ value);
}

Return Value

true if the attribute can be inherited by derived classes and overriding members; otherwise, false. The default is true.