SectionControl.ErrorWarningText Property
Get/Set the error/warning text
Namespace: Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.Framework
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Property ErrorWarningText As String
public string ErrorWarningText { get; set; }
public:
property String^ ErrorWarningText {
String^ get ();
void set (String^ value);
}
member ErrorWarningText : string with get, set
function get ErrorWarningText () : String
function set ErrorWarningText (value : String)
Property Value
Type: System.String
Returns String.
.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.
See Also
Reference
Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.Framework Namespace