Share via


ProgressDialog.Indeterminate Property

 

Applies To: Dynamics CRM 2013

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

Syntax

public bool Indeterminate { set; }
public:
property bool Indeterminate {
    void set(bool value);
}
member Indeterminate : bool with set
Public WriteOnly Property Indeterminate As Boolean

Property Value

Type: System.Boolean

Type: Boolean
.

See Also

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

Return to top