Changeset 1449 for trunk/sources/HeuristicLab.Hive.Client.Console/Service References/ClientService/Reference.cs
- Timestamp:
- 03/27/09 14:04:47 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Client.Console/Service References/ClientService/Reference.cs
r1256 r1449 167 167 168 168 [System.Runtime.Serialization.OptionalFieldAttribute()] 169 private longJobIdField;169 private System.Guid JobIdField; 170 170 171 171 [System.Runtime.Serialization.OptionalFieldAttribute()] … … 186 186 187 187 [System.Runtime.Serialization.DataMemberAttribute()] 188 public longJobId {188 public System.Guid JobId { 189 189 get { 190 190 return this.JobIdField;
Note: See TracChangeset
for help on using the changeset viewer.