Freigeben über


LogicalCallContext.HasInfo-Eigenschaft

Ruft einen Wert ab, der angibt, ob der aktuelle LogicalCallContext Informationen enthält.

Namespace: System.Runtime.Remoting.Messaging
Assembly: mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public ReadOnly Property HasInfo As Boolean
'Usage
Dim instance As LogicalCallContext
Dim value As Boolean

value = instance.HasInfo
public bool HasInfo { get; }
public:
property bool HasInfo {
    bool get ();
}
/** @property */
public boolean get_HasInfo ()
public function get HasInfo () : boolean

Eigenschaftenwert

Ein boolescher Wert, der angibt, ob der aktuelle LogicalCallContext Informationen enthält.

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

LogicalCallContext-Klasse
LogicalCallContext-Member
System.Runtime.Remoting.Messaging-Namespace