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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ConnectPageProjectExtendedInfo Class
Microsoft.VisualStudio.TeamFoundation.TeamExplorer.ConnectPage Namespace