WorkflowCompilationContext.CheckTypes Property

Definition

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.

Applies to