ConnectionsZone::NewConnectionErrorMessage Property

 

Gets or sets the text of a message displayed in the connection user interface (UI) when there is an error or warning on a new connection that a user tries to create.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
property String^ NewConnectionErrorMessage {
	virtual String^ get();
	virtual void set(String^ value);
}

Property Value

Type: System::String^

A String that contains the text of the message. The default text is a culture-specific string supplied by the .NET Framework.

.NET Framework
Available since 2.0
Return to top
Show: