Share via


RegisteredConfigurationServer.IsHosted Property

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Property IsHosted As Nullable(Of Boolean)
public Nullable<bool> IsHosted { get; private set; }
public:
property Nullable<bool> IsHosted {
    Nullable<bool> get ();
    private: void set (Nullable<bool> value);
}
member IsHosted : Nullable<bool> with get, private set
function get IsHosted () : Nullable<boolean>
private function set IsHosted (value : Nullable<boolean>)

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

RegisteredConfigurationServer Class

Microsoft.TeamFoundation.Client Namespace