JavascriptNotifyInterop.notifyError Method

Namespace:  Microsoft.VisualStudio.Services.Client.Controls
Assembly:  Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)

Syntax

'Declaration
Public Function notifyError ( _
    value As String _
) As Boolean
public bool notifyError(
    string value
)
public:
bool notifyError(
    String^ value
)
member notifyError : 
        value:string -> bool
public function notifyError(
    value : String
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

JavascriptNotifyInterop Class

Microsoft.VisualStudio.Services.Client.Controls Namespace