Version: 4.0.2
3.5 Field
Type Id ;
Creates a field, bound to Id, that can be used within the current class, or on instances of the current class using an expression. This field will have the declared type and will contain a default value of this type if uninitialized.
Type Id = Expression ;
Creates a field, bound to Id, that can be used within the current class, or on instances of the current class using an expression. This field will have the declared type and the value of the evaluated Expression.