WorkflowCompilerOptionsService.CheckTypes Property

Definition

Gets a value that 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.

public:
 virtual property bool CheckTypes { bool get(); };
public virtual bool CheckTypes { get; }
member this.CheckTypes : bool
Public Overridable ReadOnly Property CheckTypes As Boolean

Property Value

true if CheckTypes is enabled; otherwise, false.

Implements

Remarks

The default implementation returns false.

Applies to