|
IJobJobClassName Property |
Name of the Class that implements IJob
Namespace: DrawerBackup.Native.Data.EntitiesAssembly: DrawerBackup.Native.Data.Entities (in DrawerBackup.Native.Data.Entities.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax[FieldLengthAttribute(9999)]
public virtual string JobClassName { get; set; }
<FieldLengthAttribute(9999)>
Public Overridable Property JobClassName As String
Get
Set
public:
[FieldLengthAttribute(9999)]
virtual property String^ JobClassName {
String^ get ();
void set (String^ value);
}
[<FieldLengthAttribute(9999)>]
abstract JobClassName : string with get, set
[<FieldLengthAttribute(9999)>]
override JobClassName : string with get, set
Property Value
Type:
String
See Also