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

See Also

Reference

RegisteredProjectCollection Class

Microsoft.TeamFoundation.Client Namespace