Share via


ISharePointEditorViewModel.ErrorMessage Property

Namespace:  Microsoft.TeamFoundation.Build.Controls
Assembly:  Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)

Syntax

'Declaration
Property ErrorMessage As String
string ErrorMessage { get; set; }
property String^ ErrorMessage {
    String^ get ();
    void set (String^ value);
}
abstract ErrorMessage : string with get, set
function get ErrorMessage () : String 
function set ErrorMessage (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISharePointEditorViewModel Interface

Microsoft.TeamFoundation.Build.Controls Namespace