Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- 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.