ServicingOperationInfo.OnlineOnAzure Property

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

Syntax

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

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

ServicingOperationInfo Class

Microsoft.TeamFoundation.Framework.Server Namespace