Sdílet prostřednictvím


ProxyConfiguration.IsValid Property

IsValid returns true if the configuration settings are setup in a valid state. false means there are issues with the configuration and the event log should have details.

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public ReadOnly Property IsValid As Boolean
public bool IsValid { get; }
public:
property bool IsValid {
    bool get ();
}
member IsValid : bool with get
function get IsValid () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ProxyConfiguration Class

Microsoft.TeamFoundation.Server.Core Namespace