ConnectPageProjectExtendedInfo.IsAvailableLocally Property

Is the TeamProject preset locally

Namespace:  Microsoft.VisualStudio.TeamFoundation.TeamExplorer.ConnectPage
Assembly:  Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)

Syntax

'Declaration
Public Property IsAvailableLocally As Boolean
public bool IsAvailableLocally { get; set; }
public:
property bool IsAvailableLocally {
    bool get ();
    void set (bool value);
}
member IsAvailableLocally : bool with get, set
function get IsAvailableLocally () : boolean 
function set IsAvailableLocally (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ConnectPageProjectExtendedInfo Class

Microsoft.VisualStudio.TeamFoundation.TeamExplorer.ConnectPage Namespace