WorkflowCompilerParameters.LibraryPaths 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 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.