AttributeUsageAttribute.ValidOn Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a set of values identifying which program elements that the indicated attribute can be applied to.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.AttributeTargetsOne or several AttributeTargets values. The default is All.
Show: