Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves or sets the text displayed on the button the user clicks to accept the contents of the Data Connection dialog box, then returns from the ShowDialog method.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public MustOverride Property AcceptButtonText As String
'Usage
Dim instance As DataConnectionDialog
Dim value As String
value = instance.AcceptButtonText
instance.AcceptButtonText = value
public abstract string AcceptButtonText { get; set; }
public:
virtual property String^ AcceptButtonText {
String^ get () abstract;
void set (String^ value) abstract;
}
public abstract function get AcceptButtonText () : String
public abstract function set AcceptButtonText (value : String)
Property Value
Type: System.String
Returns the string value displayed on the button the user clicks to accept the contents of the dialog.
Remarks
The default value of this property is the string "OK".
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.