WorkflowCompilationContext.CheckTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Property Value
true
if CheckTypes is enabled; otherwise, false
.
Remarks
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.