Share via


ContentLoadError.Title Property

Microsoft internal use only.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.StartPage (in Microsoft.VisualStudio.Shell.StartPage.dll)

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ContentLoadError Class

Microsoft.VisualStudio.PlatformUI Namespace