WorkflowCompilationContext.GetAuthorizedTypes Method

Definition

Returns a list of types that the compiler allows in compiled workflows.

public:
 System::Collections::Generic::IList<System::Workflow::ComponentModel::Compiler::AuthorizedType ^> ^ GetAuthorizedTypes();
public System.Collections.Generic.IList<System.Workflow.ComponentModel.Compiler.AuthorizedType> GetAuthorizedTypes ();
member this.GetAuthorizedTypes : unit -> System.Collections.Generic.IList<System.Workflow.ComponentModel.Compiler.AuthorizedType>
Public Function GetAuthorizedTypes () As IList(Of AuthorizedType)

Returns

A list of types that the compiler allows in compiled workflows.

Applies to