DataControlReference.ToString Method

Definition

Gets the literal string DataControl: that has the value of the ControlID control appended to it.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

The literal string DataControl: that has the value of the ControlID property appended to it.

Remarks

If the ControlID property is empty or null, the literal string DataControl is returned.

Applies to