RequiredAttribute
(Microsoft.Build.Framework.RequiredAttribute)
Inherits:
System.Attribute
Interfaces:
_Attribute
Derived Types:
0
Assembly:
Microsoft.Build.Framework.dll
Defines the metadata attribute that task authors use to identify required task properties. Task properties with this attribute must have a set value when the task is run.
VB.NET
C#
|
VB.NET
Public NotInheritable Class RequiredAttribute
Inherits System.Attribute
Implements System.Runtime.InteropServices._Attribute
End Class
Articles