TypePresenter::AllowNull Property

.NET Framework (current version)
 

Gets or sets a value that indicates whether the string (null) will be shown in the type presenter, which allows you to select null for the type.

Namespace:   System.Activities.Presentation.View
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

public:
property bool AllowNull {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the property can be null; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: