TestContractErrorBulletin.ErrorString Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.Internal.VisualStudio.Shell.TestContracts
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Property ErrorString As String
public string ErrorString { get; private set; }
public:
property String^ ErrorString {
    String^ get ();
    private: void set (String^ value);
}
member ErrorString : string with get, private set
function get ErrorString () : String 
private function set ErrorString (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

TestContractErrorBulletin Class

Microsoft.Internal.VisualStudio.Shell.TestContracts Namespace