MessageBoxArgs.Caption Property

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

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

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

MessageBoxArgs Class

Microsoft.TeamFoundation.MVVM Namespace