Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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