Visual Basic (Declaration)
<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple:=False, Inherited:=True)> _
<CLSCompliantAttribute(True)> _
Public NotInheritable Class InputAttribute
Inherits Attribute
Dim instance As InputAttribute
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
[CLSCompliantAttribute(true)]
public sealed class InputAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Property, AllowMultiple=false, Inherited=true)]
[CLSCompliantAttribute(true)]
public ref class InputAttribute sealed : public Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple=false, Inherited=true) */
/** @attribute CLSCompliantAttribute(true) */
public final class InputAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple=false, Inherited=true)
CLSCompliantAttribute(true)
public final class InputAttribute extends Attribute