AuthorizedType::Authorized Property

 

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

Namespace:   System.Workflow.ComponentModel.Compiler
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
property String^ Authorized {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

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

.NET Framework
Available since 3.0
Return to top
Show: