|
IJobEntryDefaultPath Property |
Default Path
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 DefaultPath { get; set; }
<FieldLengthAttribute(9999)>
Public Overridable Property DefaultPath As String
Get
Set
public:
[FieldLengthAttribute(9999)]
virtual property String^ DefaultPath {
String^ get ();
void set (String^ value);
}
[<FieldLengthAttribute(9999)>]
abstract DefaultPath : string with get, set
[<FieldLengthAttribute(9999)>]
override DefaultPath : string with get, set
Property Value
Type:
String
See Also