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