LogicalCallContext.HasInfo 属性
定义
获取一个值,该值指示当前的 LogicalCallContext 是否包含信息。Gets a value indicating whether the current LogicalCallContext contains information.
public:
property bool HasInfo { bool get(); };
public bool HasInfo { get; }
[get: System.Security.SecurityCritical]
public bool HasInfo { get; }
member this.HasInfo : bool
[<get: System.Security.SecurityCritical>]
member this.HasInfo : bool
Public ReadOnly Property HasInfo As Boolean
属性值
布尔值,它指示当前的 LogicalCallContext 是否包含信息。A Boolean value indicating whether the current LogicalCallContext contains information.
- 属性