DialogMessageBox.DontPromptAgain Property
true if the user chose not to show the prompt again
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property DontPromptAgain As Boolean
public bool DontPromptAgain { get; }
public:
property bool DontPromptAgain {
bool get ();
}
member DontPromptAgain : bool with get
function get DontPromptAgain () : boolean
Property Value
Type: System.Boolean
Returns Boolean.
.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.