ConnectionInfo.ConnectTimeout Property
Gets the connection timeout information associated with the ConnectionInfo object.
Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property ConnectTimeout As Integer
    Get
'Usage
Dim instance As ConnectionInfo
Dim value As Integer
value = instance.ConnectTimeout
public int ConnectTimeout { get; }
public:
property int ConnectTimeout {
    int get ();
}
member ConnectTimeout : int
function get ConnectTimeout () : int
Property Value
Type: System.Int32
An Integer representing the number of seconds before timeout.