AuthorizedType.Authorized Property

Definition

Gets or sets the value that indicates whether the type designated by this class is authorized to participate in a workflow compilation.

public:
 property System::String ^ Authorized { System::String ^ get(); void set(System::String ^ value); };
public string Authorized { get; set; }
member this.Authorized : string with get, set
Public Property Authorized As String

Property Value

true if authorized to participate in a workflow compilation; otherwise, false.

Applies to