Bridge

AttributeUsageAttribute..::..ValidOn Property

Gets a set of values identifying which program elements that the indicated attribute can be applied to.

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

Syntax


public AttributeTargets ValidOn { get; }
Public ReadOnly Property ValidOn As AttributeTargets
	Get
public:
property AttributeTargets^ ValidOn {
	AttributeTargets^ get ();
}

Return Value

One or several AttributeTargets values. The default is All.