WorkflowCompilerOptionsService.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 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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.