}
});
createProperty("Lock", TypeSystem.get(Lock.class), Modifiers.PublicStatic, Writeable.ReadOnly,
"The thread-local Lock for this Transaction, suitable for use as the argument to a using statement.",
new IPropertyAccessor() {
@Override
public void setValue(Object ctx, Object value) {
}
@Override