Edit

Share via


WorkflowCompilerParameters.LibraryPaths Property

Definition

Gets the property that represents a collection of directory names under which compiler looks for referenced assemblies.

public:
 property System::Collections::Specialized::StringCollection ^ LibraryPaths { System::Collections::Specialized::StringCollection ^ get(); };
public System.Collections.Specialized.StringCollection LibraryPaths { get; }
member this.LibraryPaths : System.Collections.Specialized.StringCollection
Public ReadOnly Property LibraryPaths As StringCollection

Property Value

The property that represents a collection of directory names under which compiler looks for referenced assemblies.

Remarks

The compiler adds standard library paths to the collection.

Applies to