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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.