| DynamicTaskBuilderIsDynamicAssemblyCreated Property |
Gets a value indicating whether a dynamic assembly has been created.
Namespace:
Ookii.Jumbo.Jet.Jobs.Builder
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax public bool IsDynamicAssemblyCreated { get; }
Public ReadOnly Property IsDynamicAssemblyCreated As Boolean
Get
public:
property bool IsDynamicAssemblyCreated {
bool get ();
}
member IsDynamicAssemblyCreated : bool with get
Property Value
Type:
Boolean if a dynamic assembly has been created.; otherwise,
.
See Also