|
RepositoryEntryIDRepositoryImage Property |
ID of the repository image
Namespace: DrawerBackup.Storage.Data.EntitiesAssembly: DrawerBackup.Storage.Data.Entities (in DrawerBackup.Storage.Data.Entities.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax[FieldLengthAttribute(40)]
public virtual string IDRepositoryImage { get; set; }
<FieldLengthAttribute(40)>
Public Overridable Property IDRepositoryImage As String
Get
Set
public:
[FieldLengthAttribute(40)]
virtual property String^ IDRepositoryImage {
String^ get ();
void set (String^ value);
}
[<FieldLengthAttribute(40)>]
abstract IDRepositoryImage : string with get, set
[<FieldLengthAttribute(40)>]
override IDRepositoryImage : string with get, set
Property Value
Type:
String
See Also