Share via


ProgressDialog.CaptionText Property

 

Applies To: Dynamics CRM 2013

Namespace:   Microsoft.Xrm.Client.Windows.Controls.ConnectionDialog
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public string CaptionText { set; }
public:
property String^ CaptionText {
    void set(String^ value);
}
member CaptionText : string with set
Public WriteOnly Property CaptionText As String

Property Value

Type: System.String

Type: String
.

See Also

ProgressDialog Class
Microsoft.Xrm.Client.Windows.Controls.ConnectionDialog Namespace
Developer extensions for Microsoft Dynamics CRM 2013

Return to top