| DynamicTaskBuilderDynamicAssemblyPath Property |
Gets the full path of the dynamic assembly file.
Namespace:
Ookii.Jumbo.Jet.Jobs.Builder
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax public string DynamicAssemblyPath { get; }
Public ReadOnly Property DynamicAssemblyPath As String
Get
public:
property String^ DynamicAssemblyPath {
String^ get ();
}
member DynamicAssemblyPath : string with get
Property Value
Type:
String
The full path of the dynamic assembly file, or
if no assembly has been generated.
See Also