AttributeInfo::Creatable Property

 

Gets a value that indicates whether this instance can be created.

Namespace:   System.Workflow.ComponentModel.Compiler
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
property bool Creatable {
	bool get();
}

Property Value

Type: System::Boolean

Returns a value which is false if either of the following conditions are true:

Otherwise the value returned is true.

.NET Framework
Available since 3.0
Return to top
Show: