Share via


Zone.Active Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

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

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

Zone Class

Microsoft.TeamFoundation.Framework.Server Namespace