AttributeInfo::Creatable Property
.NET Framework (current version)
Gets a value that indicates whether this instance can be created.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Property Value
Type: System::BooleanReturns a value which is false if either of the following conditions are true:
The Type defining this attribute has an Assembly which is a null reference (Visual Basic Nothing).
Any one of the objects in the array ArgumentValues is of TypeException
Otherwise the value returned is true.
.NET Framework
Available since 3.0
Available since 3.0
Show: