LogicalCallContext.HasInfo 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出目前的 LogicalCallContext 是否含有資訊。
public:
property bool HasInfo { bool get(); };
public bool HasInfo { get; }
public bool HasInfo { [System.Security.SecurityCritical] get; }
member this.HasInfo : bool
[<get: System.Security.SecurityCritical>]
member this.HasInfo : bool
Public ReadOnly Property HasInfo As Boolean
屬性值
指示目前 LogicalCallContext 是否含有資訊的布林 (Boolean) 值。
- 屬性