ResourceExpressionEditorSheet::IsValid Property

 

Gets a value that indicates whether the resource expression string is valid.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
property bool IsValid {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

true if the resource expression string is valid; otherwise false.

This base implementation always returns true.

.NET Framework
Available since 2.0
Return to top
Show: