WorkflowCompilationContext.CheckTypes 属性
定义
获取一个值,该值指示是否在当前范围上启用 CheckTypes。Gets a value that indicates whether CheckTypes is enabled at the current scope.
public:
property bool CheckTypes { bool get(); };
public bool CheckTypes { get; }
member this.CheckTypes : bool
Public ReadOnly Property CheckTypes As Boolean
属性值
如果启用 true,则为 CheckTypes;否则为 false。true if CheckTypes is enabled; otherwise, false.
注解
CheckTypes 指示是否对照一个列表检查所编译的工作流中的类型,该列表基于 Authorized 属性的值允许或排除类型。CheckTypes indicates whether the types in the workflow being compiled are checked against a list that allows or excludes types based on the value of the Authorized property.