RegisteredProjectCollection.Offline Property
Gets or sets a flag describing whether this registerd project collection is offline.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
声明
Public Property Offline As Boolean
Get
Set
public bool Offline { get; set; }
public:
property bool Offline {
bool get ();
void set (bool value);
}
member Offline : bool with get, set
function get Offline () : boolean
function set Offline (value : boolean)
Property Value
Type: System.Boolean
True if this registered project collection is offline; otherwise false.
Remarks
When offline, a version controlled project will not go online and load the server automatically.
.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.