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