WebApplicationVersionCreatedBy Property |
UserId that created the record
Set by database when inserted.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public int CreatedBy { get; set; }
Public Property CreatedBy As Integer
Get
Set
public:
property int CreatedBy {
int get ();
void set (int value);
}
member CreatedBy : int with get, set
Property Value
Type:
Int32See Also